public static enum UseCaseValidationRTException.E10S06 extends java.lang.Enum<UseCaseValidationRTException.E10S06> implements ErrorCode
Enum Constant and Description |
---|
M00
Default message.
|
M01
Input parameter useCase must not be null.
|
M02
Input parameter name must be valid name.
|
M03
Attribute name must not be null or blank.
|
M04
Input parameter code must be valid name.
|
M05
Input parameter code must not be blank.
|
M06
Input parameter description must be valid annotation.
|
M07
Input parameter useCaseRealizationUri must not be null.
|
M08
Input parameter name must not be blank.
|
M10
Input parameter actionUri must not be null or blank.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Class<? extends UESRuntimeException> |
getExceptionClass()
Returns class of exception which is owner of this error code.
|
static UseCaseValidationRTException.E10S06 |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UseCaseValidationRTException.E10S06[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
for (UseCaseValidationRTException.E10S06 c : UseCaseValidationRTException.E10S06.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 nullErrorCode
getExceptionClass
in interface ErrorCode