public enum ErrorCodes extends Enum<ErrorCodes>
| Enum Constant and Description |
|---|
ERROR_SAVING_TEMP_FILE |
INIT_UNMARSHALLER_ERROR |
MISSING_ROOT_CLASS |
UNKNOWN_ERROR |
UNMARSHALLER_FATAL_ERROR |
VALIDATION_EVENT_COLLECTOR_ERR |
WRONG_RECIEVER_DESC |
WRONG_SCHEMA_LOCATION |
WRONG_XML_STRUCTURE |
| Modifier and Type | Method and Description |
|---|---|
String |
getDesc() |
static ErrorCodes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ErrorCodes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ErrorCodes UNKNOWN_ERROR
public static final ErrorCodes ERROR_SAVING_TEMP_FILE
public static final ErrorCodes WRONG_SCHEMA_LOCATION
public static final ErrorCodes MISSING_ROOT_CLASS
public static final ErrorCodes INIT_UNMARSHALLER_ERROR
public static final ErrorCodes UNMARSHALLER_FATAL_ERROR
public static final ErrorCodes WRONG_RECIEVER_DESC
public static final ErrorCodes WRONG_XML_STRUCTURE
public static final ErrorCodes VALIDATION_EVENT_COLLECTOR_ERR
public static ErrorCodes[] values()
for (ErrorCodes c : ErrorCodes.values()) System.out.println(c);
public static ErrorCodes 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 getDesc()
Copyright © 2012–2014 RedSoft. All rights reserved.