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

public class ParseException extends RuntimeException
Super class of all command line parsing exceptions
See Also:
  • Field Details

  • Constructor Details