Package pro.johndunlap.getopt.exception
-
Exception Summary Exception Description DuplicateOptionException Thrown when a duplicate option is found.InaccessibleFieldException Thrown when a field cannot be accessed.MissingNoArgConstructorException Thrown when a class does not have a default constructor.ParseException Thrown when a value cannot be parsed.RethrownException Used to rethrow other exceptions as parse exceptions.UnsupportedTypeConversionException Thrown when binding to a type is not supported.