public enum InformationViewErrorCode extends Enum<InformationViewErrorCode>
| Enum Constant and Description |
|---|
ADD_ENTITY_EXCEPTION |
ADD_RELATIONSHIP_EXCEPTION |
BUILD_COLUMN_CONTEXT_EXCEPTION |
GET_ENTITY_EXCEPTION |
GET_RELATIONSHIP_EXCEPTION |
INVALID_EVENT_FORMAT |
PARSE_EVENT |
PROCESS_EVENT_EXCEPTION |
PUBLISH_EVENT_EXCEPTION |
| Modifier and Type | Method and Description |
|---|---|
String |
getErrorMessage() |
String |
getErrorMessageId() |
String |
getFormattedErrorMessage(String... params) |
String |
getSystemAction() |
String |
getUserAction() |
static InformationViewErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InformationViewErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InformationViewErrorCode INVALID_EVENT_FORMAT
public static final InformationViewErrorCode PUBLISH_EVENT_EXCEPTION
public static final InformationViewErrorCode PROCESS_EVENT_EXCEPTION
public static final InformationViewErrorCode ADD_ENTITY_EXCEPTION
public static final InformationViewErrorCode ADD_RELATIONSHIP_EXCEPTION
public static final InformationViewErrorCode GET_ENTITY_EXCEPTION
public static final InformationViewErrorCode GET_RELATIONSHIP_EXCEPTION
public static final InformationViewErrorCode BUILD_COLUMN_CONTEXT_EXCEPTION
public static final InformationViewErrorCode PARSE_EVENT
public static InformationViewErrorCode[] values()
for (InformationViewErrorCode c : InformationViewErrorCode.values()) System.out.println(c);
public static InformationViewErrorCode 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 String getErrorMessageId()
public String getErrorMessage()
public String getSystemAction()
public String getUserAction()
Copyright © 2017–2018 ODPi. All rights reserved.