|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
be.ugent.twijug.jclops.CLArgumentException
public class CLArgumentException
Indicates an error during processing of an option argument.
Exceptions of this type can be thrown by (user)
implementations of ArgumentParser
to indicate that
an option argument does not represent an object of a valid type.
Constructor Summary | |
---|---|
CLArgumentException(java.lang.String msg)
Constructs an instance of CLArgumentException with the specified detail message. |
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 |
---|
public CLArgumentException(java.lang.String msg)
CLArgumentException
with the specified detail message.
msg
- the detail message.
This message is used as part of the
error message displayed to the user.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |