Class ParseRestrictionViolatedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.github.rvesse.airline.parser.errors.ParseException
com.github.rvesse.airline.parser.errors.ParseRestrictionViolatedException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ParseArgumentsIllegalValueException, ParseArgumentsMissingException, ParseArgumentsUnexpectedException, ParseCommandMissingException, ParseCommandUnrecognizedException, ParseOptionGroupException, ParseOptionIllegalValueException, ParseOptionMissingException, ParseOptionMissingValueException, ParseOptionOutOfRangeException, ParseTooManyArgumentsException
Exception class that indicates that some restriction was violated
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionParseRestrictionViolatedException(Exception cause, String message, Object... args) ParseRestrictionViolatedException(String message, 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
-
ParseRestrictionViolatedException
-
ParseRestrictionViolatedException
-