public static enum SuggestRTException.E05N10 extends java.lang.Enum<SuggestRTException.E05N10> implements ErrorCode
| Enum Constant and Description |
|---|
M00
Reserved for unexpected internal exceptions.
|
M01
No suggest provider with name {0} has been found.
|
M02
The suggest provider with name {0} is of unsupported class {1}.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<SuggestRTException> |
getExceptionClass()
Returns class of exception which is owner of this error code.
|
static SuggestRTException.E05N10 |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SuggestRTException.E05N10[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
for (SuggestRTException.E05N10 c : SuggestRTException.E05N10.values()) System.out.println(c);
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant
with the specified namejava.lang.NullPointerException - if the argument is nullgetExceptionClass in interface ErrorCode