public enum ChapterIVBusinessConnectorExceptionValues extends Enum<ChapterIVBusinessConnectorExceptionValues>
Enum Constant and Description |
---|
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
|
Modifier and Type | Method and Description |
---|---|
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.
|
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
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 nameNullPointerException
- if the argument is nullpublic String getErrorCode()
public String getMessage()
Connector Packaging PERSPHYSICIAN 4.5.4 API
Copyright © {inceptionYear}-2024 eHealth. All Rights Reserved.