|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<DmgBusinessConnectorExceptionValues>
be.ehealth.businessconnector.dmg.exception.DmgBusinessConnectorExceptionValues
public enum DmgBusinessConnectorExceptionValues
Enumeration for possible Dmg business exceptions
Enum Constant Summary | |
---|---|
ERROR_XML_DMGVALIDATOR
XML is not correct: {0} |
|
ERROR_XML_UNDEFINED_XSD_FOR_XML_CLASS_VALIDATOR
XML is not correct: {0} |
|
MALFORMED_URL
Invalid url to {0} file |
|
PARAMETER_NULL
Could not find the settings file : {0} |
|
SETTINGS_NOT_FOUND
Could not find the settings file : {0} |
|
SOAP_EXC
SoapException occured : {0} |
|
TARGET_SERVICE_ERROR
TargetService error description: {0} |
Method Summary | |
---|---|
String |
getErrorCode()
|
String |
getMessage()
|
static DmgBusinessConnectorExceptionValues |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static DmgBusinessConnectorExceptionValues[] |
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 DmgBusinessConnectorExceptionValues TARGET_SERVICE_ERROR
public static final DmgBusinessConnectorExceptionValues MALFORMED_URL
public static final DmgBusinessConnectorExceptionValues SETTINGS_NOT_FOUND
public static final DmgBusinessConnectorExceptionValues ERROR_XML_DMGVALIDATOR
public static final DmgBusinessConnectorExceptionValues ERROR_XML_UNDEFINED_XSD_FOR_XML_CLASS_VALIDATOR
public static final DmgBusinessConnectorExceptionValues PARAMETER_NULL
public static final DmgBusinessConnectorExceptionValues SOAP_EXC
Method Detail |
---|
public static DmgBusinessConnectorExceptionValues[] values()
for (DmgBusinessConnectorExceptionValues c : DmgBusinessConnectorExceptionValues.values()) System.out.println(c);
public static DmgBusinessConnectorExceptionValues 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 |