org.googlecode.java_cl_parser
Enum InvalidCLIEntryException.invalid_cause
java.lang.Object
java.lang.Enum<InvalidCLIEntryException.invalid_cause>
org.googlecode.java_cl_parser.InvalidCLIEntryException.invalid_cause
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<InvalidCLIEntryException.invalid_cause>
- Enclosing class:
- InvalidCLIEntryException
public static enum InvalidCLIEntryException.invalid_cause
- extends java.lang.Enum<InvalidCLIEntryException.invalid_cause>
| Methods inherited from class java.lang.Enum |
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
bad_option_set
public static final InvalidCLIEntryException.invalid_cause bad_option_set
bad_options
public static final InvalidCLIEntryException.invalid_cause bad_options
missing_cli_main
public static final InvalidCLIEntryException.invalid_cause missing_cli_main
redundant_cli_main
public static final InvalidCLIEntryException.invalid_cause redundant_cli_main
class_access_error
public static final InvalidCLIEntryException.invalid_cause class_access_error
values
public static InvalidCLIEntryException.invalid_cause[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (InvalidCLIEntryException.invalid_cause c : InvalidCLIEntryException.invalid_cause.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static InvalidCLIEntryException.invalid_cause valueOf(java.lang.String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name - the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is null
Copyright © 2013. All Rights Reserved.