public static enum ServerSideExceptionInfo.ServerSideExceptionInfoFields extends Enum<ServerSideExceptionInfo.ServerSideExceptionInfoFields>
| Enum Constant and Description |
|---|
EXCEPTION_CAUSE |
EXCEPTION_CLASS |
EXCEPTION_MESSAGE |
I18N_KEY |
MESSAGE_PARAMETERS |
STACK_TRACE |
| Modifier and Type | Method and Description |
|---|---|
static ServerSideExceptionInfo.ServerSideExceptionInfoFields |
getFieldForName(String fieldName) |
static ServerSideExceptionInfo.ServerSideExceptionInfoFields |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServerSideExceptionInfo.ServerSideExceptionInfoFields[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ServerSideExceptionInfo.ServerSideExceptionInfoFields I18N_KEY
public static final ServerSideExceptionInfo.ServerSideExceptionInfoFields EXCEPTION_MESSAGE
public static final ServerSideExceptionInfo.ServerSideExceptionInfoFields MESSAGE_PARAMETERS
public static final ServerSideExceptionInfo.ServerSideExceptionInfoFields EXCEPTION_CLASS
public static final ServerSideExceptionInfo.ServerSideExceptionInfoFields STACK_TRACE
public static final ServerSideExceptionInfo.ServerSideExceptionInfoFields EXCEPTION_CAUSE
public static ServerSideExceptionInfo.ServerSideExceptionInfoFields[] values()
for (ServerSideExceptionInfo.ServerSideExceptionInfoFields c : ServerSideExceptionInfo.ServerSideExceptionInfoFields.values()) System.out.println(c);
public static ServerSideExceptionInfo.ServerSideExceptionInfoFields valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static ServerSideExceptionInfo.ServerSideExceptionInfoFields getFieldForName(String fieldName)
Copyright © 2017–2019 JBoss by Red Hat. All rights reserved.