|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
com.sun.n1.util.enum.NoSuchEnumException
public class NoSuchEnumException
Exception class indicating that an enum lookup failed.
The mesage code associated with exception of this type
is MSG_NO_SUCH_ENUM
.
Field Summary | |
---|---|
static java.lang.String |
MSG_NO_SUCH_ENUM
The message code associated with exceptions of this type. |
Constructor Summary | |
---|---|
NoSuchEnumException(int value)
Creates an new exception indicating that an enum lookup by int value failed. |
|
NoSuchEnumException(java.lang.String value)
Creates an new exception indicating that an enum lookup by string value failed. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String MSG_NO_SUCH_ENUM
Constructor Detail |
---|
public NoSuchEnumException(java.lang.String value)
value
- the value for which no enum could be found.public NoSuchEnumException(int value)
value
- the value for which no enum could be found.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |