|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<ChapterIVBusinessConnectorExceptionValues>
be.ehealth.businessconnector.chapterIV.exception.ChapterIVBusinessConnectorExceptionValues
public enum ChapterIVBusinessConnectorExceptionValues
Enumeration for possible ChapterIV business exceptions
Enum Constant Summary | |
---|---|
ERROR_RESPONSE_XML
|
|
ERROR_XML_CHAPTER4VALIDATOR
XML is not correct: {0} |
|
ERROR_XML_KMEHRVALIDATOR
XML is not correct: {0} |
|
ERROR_XML_UNDEFINED_XSD_FOR_XML_CLASS_VALIDATOR
XML is not correct: {0} |
|
INPUT_PARAM_NULL
Input parameter null : {0} |
|
INVALID_ATTRIBUTES_LENGTH
Invalid attributes array length : {0} |
|
MALFORMED_URL
Invalid url to {0} file |
|
TARGET_SERVICE_ERROR
TargetService error description: {0} |
|
TIMESTAMP_NOT_CORRECT
|
|
UNKNOWN_ERROR
Unknown error |
Method Summary | |
---|---|
String |
getErrorCode()
|
String |
getMessage()
|
static ChapterIVBusinessConnectorExceptionValues |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ChapterIVBusinessConnectorExceptionValues[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final ChapterIVBusinessConnectorExceptionValues TARGET_SERVICE_ERROR
public static final ChapterIVBusinessConnectorExceptionValues MALFORMED_URL
public static final ChapterIVBusinessConnectorExceptionValues ERROR_XML_KMEHRVALIDATOR
public static final ChapterIVBusinessConnectorExceptionValues ERROR_XML_CHAPTER4VALIDATOR
public static final ChapterIVBusinessConnectorExceptionValues ERROR_XML_UNDEFINED_XSD_FOR_XML_CLASS_VALIDATOR
public static final ChapterIVBusinessConnectorExceptionValues INVALID_ATTRIBUTES_LENGTH
public static final ChapterIVBusinessConnectorExceptionValues UNKNOWN_ERROR
public static final ChapterIVBusinessConnectorExceptionValues INPUT_PARAM_NULL
public static final ChapterIVBusinessConnectorExceptionValues ERROR_RESPONSE_XML
public static final ChapterIVBusinessConnectorExceptionValues TIMESTAMP_NOT_CORRECT
Method Detail |
---|
public static ChapterIVBusinessConnectorExceptionValues[] values()
for (ChapterIVBusinessConnectorExceptionValues c : ChapterIVBusinessConnectorExceptionValues.values()) System.out.println(c);
public static ChapterIVBusinessConnectorExceptionValues valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is nullpublic String getErrorCode()
public String getMessage()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |