Module net.sourceforge.argparse4j
Class HelpScreenException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.sourceforge.argparse4j.inf.ArgumentParserException
net.sourceforge.argparse4j.helper.HelpScreenException
- All Implemented Interfaces:
Serializable
HelpScreenException is a subclass of ArgumentParserException. It is used internally, and is thrown when help option is invoked.
The application code should not use this class directly.
- Since:
- 0.8.0
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.sourceforge.argparse4j.inf.ArgumentParserException
getParser
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
HelpScreenException
-