Package com.gengoai.application
Class CommandLineParserException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.gengoai.application.CommandLineParserException
-
- All Implemented Interfaces:
Serializable
public class CommandLineParserException extends RuntimeException
Exceptions occurring in theCommandLineParser
- Author:
- David B. Bracewell
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CommandLineParserException(String key, String value)
Constructs an exception where there was error parsing a command line option
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-