be.ugent.twijug.jclops
Class CLDefinitionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
be.ugent.twijug.jclops.CLDefinitionException
- All Implemented Interfaces:
- java.io.Serializable
public class CLDefinitionException
- extends java.lang.RuntimeException
Exception which indicates that the command line
options were incorrectly configured. For
example: the same option occurs twice in the context class,
a short name for an options is not a letter, @NotAnOption
occurs together with @Repeatable
, ...
If a context class is correctly configured, exceptions of this type
do not occur. In other words, an exception of this type
always indicates a programming error.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CLDefinitionException
public CLDefinitionException(java.lang.String string)