Package org.apache.commons.cli
Class ParseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.commons.cli.ParseException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
AlreadySelectedException
,MissingArgumentException
,MissingOptionException
,UnrecognizedOptionException
public class ParseException extends java.lang.Exception
Base for Exceptions thrown during parsing of a command-line.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
This exceptionserialVersionUID
.
-
Constructor Summary
Constructors Constructor Description ParseException(java.lang.String message)
Construct a newParseException
with the specified detail message.
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
This exceptionserialVersionUID
.- See Also:
- Constant Field Values
-
-