public static enum UESActivityValidationRTException.E10311 extends java.lang.Enum<UESActivityValidationRTException.E10311> implements ErrorCode
Enum Constant and Description |
---|
M00
Reserved.
|
M01
State type is null.
|
M02
Comment of activity is not valid.
|
M03
System state is not allowed to set.
|
M04
Activity name is not allowed to be blank.
|
M05
Activity name is in an invalid format.
|
M06
Activity code is not allowed to be blank.
|
M07
Activity code is in an invalid format.
|
M08
Activity description is in an invalid format.
|
M09
Activity name is not allowed to be blank.
|
M10
Activity name is in an invalid format.
|
M11
Activity code is not allowed to be blank.
|
M12
Activity code is in an invalid format.
|
M13
Activity description is in an invalid format.
|
M14
Invalid input parameter dateFrom.
|
M15
Invalid input parameter competentRoleUri.
|
M16
Invalid input parameter executiveRoleUris.
|
M17
Invalid input parameters code and executiveRoleUris.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Class<? extends UESRuntimeException> |
getExceptionClass()
Returns class of exception which is owner of this error code.
|
static UESActivityValidationRTException.E10311 |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UESActivityValidationRTException.E10311[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
for (UESActivityValidationRTException.E10311 c : UESActivityValidationRTException.E10311.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