Module com.github.rvesse.airline
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:
java.io.Serializable
- Direct Known Subclasses:
ParseArgumentsIllegalValueException
,ParseArgumentsMissingException
,ParseArgumentsUnexpectedException
,ParseCommandMissingException
,ParseCommandUnrecognizedException
,ParseOptionGroupException
,ParseOptionIllegalValueException
,ParseOptionMissingException
,ParseOptionMissingValueException
,ParseOptionOutOfRangeException
,ParseTooManyArgumentsException
public class ParseRestrictionViolatedException extends ParseException
Exception class that indicates that some restriction was violated- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description ParseRestrictionViolatedException(java.lang.Exception cause, java.lang.String message, java.lang.Object... args)
ParseRestrictionViolatedException(java.lang.String message, java.lang.Object... args)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ParseRestrictionViolatedException
public ParseRestrictionViolatedException(java.lang.String message, java.lang.Object... args)
-
ParseRestrictionViolatedException
public ParseRestrictionViolatedException(java.lang.Exception cause, java.lang.String message, java.lang.Object... args)
-
-