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.ExceptionBase for Exceptions thrown during parsing of a command-line.- Version:
- $Id: ParseException.java 1443102 2013-02-06 18:12:16Z tn $
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUIDThis exceptionserialVersionUID.
-
Constructor Summary
Constructors Constructor Description ParseException(java.lang.String message)Construct a newParseExceptionwith the specified detail message.
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
This exceptionserialVersionUID.- See Also:
- Constant Field Values
-
-