public static enum UESFriendValidationRTException.E1H001 extends java.lang.Enum<UESFriendValidationRTException.E1H001> implements ErrorCode
| Enum Constant and Description | 
|---|
M00
Default message. 
 | 
M01
Main entity is null. 
 | 
M02
DTO is null. 
 | 
M03
The attribute code is null. 
 | 
M04
The attribute code is not in the right format. 
 | 
M05
The attribute description is not in the right format. 
 | 
M06
The attribute message is not in the right format. 
 | 
M07
The attribute firstName is blank. 
 | 
M08
The attribute firstName is not in the right format. 
 | 
M09
The attribute surname is null or blank when the firstName is not null. 
 | 
M10
The attribute middleName is not in the right format. 
 | 
M11
The attribute surname is blank. 
 | 
M12
The attribute surname is not in the right format. 
 | 
M13
The attribute firstName is null or blank when the surname is not null. 
 | 
M14
The attribute universeId is not in the right format. 
 | 
M15
The attribute universeId is 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 UESFriendValidationRTException.E1H001 | 
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static UESFriendValidationRTException.E1H001[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
for (UESFriendValidationRTException.E1H001 c : UESFriendValidationRTException.E1H001.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