Class ParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.github.rvesse.airline.parser.errors.ParseException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ParseAliasCircularReferenceException, ParseInvalidRestrictionException, ParseOptionConversionException, ParseOptionUnexpectedException, ParseRestrictionViolatedException
Super class of all command line parsing exceptions
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionParseException(Exception cause, String string, Object... args) ParseException(String string, Object... args) -
Method Summary
Methods inherited from class 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
-
ParseException
-
ParseException
-