Uses of Class
snaq.util.jclap.OptionException.Type
-
-
Uses of OptionException.Type in snaq.util.jclap
Methods in snaq.util.jclap that return OptionException.Type Modifier and Type Method Description OptionException.TypeOptionException. getType()static OptionException.TypeOptionException.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static OptionException.Type[]OptionException.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in snaq.util.jclap with parameters of type OptionException.Type Constructor Description OptionException(OptionException.Type type, String optionName)Creates a newOptionExceptioninstance.OptionException(OptionException.Type type, String optionName, char flag)Creates a newOptionExceptioninstance.OptionException(OptionException.Type type, String optionName, String optionValue)Creates a newOptionExceptioninstance.OptionException(OptionException.Type type, Option option)Creates a newOptionExceptioninstance.OptionException(OptionException.Type type, Option option, String optionValue)Creates a newOptionExceptioninstance.
-