|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<TherLinkBusinessConnectorExceptionValues>
be.ehealth.businessconnector.therlink.exception.TherLinkBusinessConnectorExceptionValues
public enum TherLinkBusinessConnectorExceptionValues
Exception values for TherLinkBusinessConnectorException
Enum Constant Summary | |
---|---|
ERROR_CREATEPROOF
Error while creating proof : |
|
ERROR_PROOF_VALIDATION
Error while validating signing proof : {0} |
|
HCP_NOT_VALID
HcParty not valid : {0} |
|
MALFORMED_XML
Malformed XML |
|
MAXROWS_INCORRECT
MaxRows should be smaller than {0} |
|
OBJECTBUILDER_INSTANCIATION_ERROR
Object builder could not be instanciated : {0} |
|
PROPERTY_UNKNOWN
Property not defined : {0} |
|
REQUIRED_FIELD_NULL
A required field is missing : {1} |
|
SETTINGS_NOT_FOUND
Could not find the settings file : {0} |
|
VALIDATION_ERROR
Could not validate incoming message: {0} |
Method Summary | |
---|---|
String |
getErrorCode()
|
String |
getMessage()
|
static TherLinkBusinessConnectorExceptionValues |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static TherLinkBusinessConnectorExceptionValues[] |
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 TherLinkBusinessConnectorExceptionValues MALFORMED_XML
public static final TherLinkBusinessConnectorExceptionValues VALIDATION_ERROR
public static final TherLinkBusinessConnectorExceptionValues PROPERTY_UNKNOWN
public static final TherLinkBusinessConnectorExceptionValues OBJECTBUILDER_INSTANCIATION_ERROR
public static final TherLinkBusinessConnectorExceptionValues REQUIRED_FIELD_NULL
public static final TherLinkBusinessConnectorExceptionValues SETTINGS_NOT_FOUND
public static final TherLinkBusinessConnectorExceptionValues HCP_NOT_VALID
public static final TherLinkBusinessConnectorExceptionValues MAXROWS_INCORRECT
public static final TherLinkBusinessConnectorExceptionValues ERROR_CREATEPROOF
public static final TherLinkBusinessConnectorExceptionValues ERROR_PROOF_VALIDATION
Method Detail |
---|
public static TherLinkBusinessConnectorExceptionValues[] values()
for (TherLinkBusinessConnectorExceptionValues c : TherLinkBusinessConnectorExceptionValues.values()) System.out.println(c);
public static TherLinkBusinessConnectorExceptionValues 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 |