Package io.github.qishr.cascara.common.util
Class DuplicateOptionAnnotationsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.github.qishr.cascara.common.util.CommandLine.PicocliException
io.github.qishr.cascara.common.util.CommandLine.InitializationException
io.github.qishr.cascara.common.util.CommandLine.DuplicateNameException
io.github.qishr.cascara.common.util.CommandLine.DuplicateOptionAnnotationsException
Enclosing Class:
io.github.qishr.cascara.common.util.CommandLine
public static class DuplicateOptionAnnotationsException
extends DuplicateNameException
Exception indicating that multiple fields have been annotated with the same Option name.
Constructor Summary
| Constructor | Description |
|---|---|
| DuplicateOptionAnnotationsException(String msg) |