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:
java.io.Serializable
public class HelpScreenException extends ArgumentParserException
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:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description HelpScreenException(ArgumentParser parser)
-
Method Summary
-
Methods inherited from class net.sourceforge.argparse4j.inf.ArgumentParserException
getParser
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
HelpScreenException
public HelpScreenException(ArgumentParser parser)
-
-