java.lang.Object | |||||
java.lang.Throwable | Serializable | ||||
java.lang.Exception | |||||
java.lang.RuntimeException | |||||
java.lang.EnumConstantNotPresentException |
Indicates that an enum
constant does not exist for a
particular name.
EnumConstantNotPresentException(Class<? extends Enum> enumType, String constantName) | ||||||
Constructs an instance for the passed enum and constant name. |
String | constantName() | |||||
The name of the constant missing. |
||||||
Class<? extends Enum> | enumType() | |||||
The enum type from which the constant name is missing. |
Constructs an instance for the passed enum and constant name.
enumType | The enum type. |
---|---|
constantName | The missing constant name. |
The name of the constant missing.
String
instance.
Copyright 2007 Google Inc. | Build 0.9_r1-98467 - 14 Aug 2008 18:56 |