public static enum ScriptInvocationRTException.E05500 extends java.lang.Enum<ScriptInvocationRTException.E05500> implements ErrorCode
Enum Constant and Description |
---|
M00
No script defined.
|
M01
No engine defined.
|
M02
Failure of invocation.
|
M03
Direct operation invocation unavailable - no snippet provider for engine.
|
M04
Direct operation invocation failed - snippet cannot be created.
|
M05
Failure of direct invocation operation.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Class<ScriptInvocationRTException> |
getExceptionClass()
Returns class of exception which is owner of this error code.
|
static ScriptInvocationRTException.E05500 |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ScriptInvocationRTException.E05500[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
for (ScriptInvocationRTException.E05500 c : ScriptInvocationRTException.E05500.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