be.ugent.twijug.jclops
Class CLDefinitionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
CLDefinitionException(java.lang.String string)
           
 
Method Summary
 
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
 

Constructor Detail

CLDefinitionException

public CLDefinitionException(java.lang.String string)