public static enum UESHTTPURLBuilderRTException.E05A46 extends java.lang.Enum<UESHTTPURLBuilderRTException.E05A46> implements ErrorCode
Enum Constant and Description |
---|
M00
Generic error.
|
M01
Cannot create query part for Use Case because UESURI of Use Case is null.
|
M02
Cannot create query part for Use Case because the UESURI of Use Case doesn't refer to
any Use Case Realization.
|
M03
Cannot create query part for Use Case because either UESURI of Use Case or UESURI of
main entity is null.
|
M04
Cannot create query part for Use Case because entity type of Use Case is
incompatible with entity type of the main entity.
|
M05
Cannot obtain query part for Use Case because entity type cannot be found for
the specified main entity.
|
M06
Cannot create URL for Use Case because the URL prefix is either null or empty.
|
M07
Cannot create URL for Use Case because the passed URL prefix already contains either
parameter for action or parameter for session free link.
|
M08
Cannot obtain Use Case from specified string.
|
M09
There is no Use Case Realization in System Catalog for the main entity and the Use Case.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Class<? extends UESRuntimeException> |
getExceptionClass()
Returns class of exception which is owner of this error code.
|
static UESHTTPURLBuilderRTException.E05A46 |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UESHTTPURLBuilderRTException.E05A46[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
for (UESHTTPURLBuilderRTException.E05A46 c : UESHTTPURLBuilderRTException.E05A46.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