public static enum UWTContextRTException.E05N02 extends java.lang.Enum<UWTContextRTException.E05N02> implements ErrorCode
Enum Constant and Description |
---|
M00
Unknown error.
|
M01
Unable to set attribute to scope {0} - unrecognized scope.
|
M02
The component {0} cannot be used with scope {1}.
|
M03
Unable to cast attribute to {0} - the class stored in the storage is {1}.
|
M04
Unable to initialize ucCode because UC descriptor is not available.
|
M05
Unable to initialize ucCode because ucDescriptor.getCode() returned null.
|
M06
Unable to initialize ownerUri because ownerProvider returned null.
|
M07
Unable to deexternalize value of a UWTContextAttribute - the value's
class is unknown.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Class<? extends UESRuntimeException> |
getExceptionClass()
Returns class of exception which is owner of this error code.
|
static UWTContextRTException.E05N02 |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UWTContextRTException.E05N02[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
for (UWTContextRTException.E05N02 c : UWTContextRTException.E05N02.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