Package org.rwtodd.args
Class ArgParserException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.rwtodd.args.ArgParserException
- All Implemented Interfaces:
Serializable
An exceptional situation from the command-line parser.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionArgParserException(String desc) Construct an ArgParserException.ArgParserException(String desc, Throwable cause) Construct an ArgParserException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ArgParserException
Construct an ArgParserException.- Parameters:
desc- what was the error?cause- what exception caused this one?
-
ArgParserException
Construct an ArgParserException.- Parameters:
desc- what was the error?
-