public static enum BuildNumberException.Type extends Enum<BuildNumberException.Type>
Enum Constant and Description |
---|
DEFAULT |
MISSING_ATTRIBUTE |
ZERO_MATCHES |
Modifier and Type | Method and Description |
---|---|
static BuildNumberException.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BuildNumberException.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BuildNumberException.Type DEFAULT
public static final BuildNumberException.Type ZERO_MATCHES
public static final BuildNumberException.Type MISSING_ATTRIBUTE
public static BuildNumberException.Type[] values()
for (BuildNumberException.Type c : BuildNumberException.Type.values()) System.out.println(c);
public static BuildNumberException.Type valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2016–2018. All rights reserved.