Module com.github.rvesse.airline
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 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
-
ParseException
-
ParseException
-