|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<RecipeBusinessConnectorExceptionValues>
be.ehealth.businessconnector.recipe.exception.RecipeBusinessConnectorExceptionValues
@Deprecated public enum RecipeBusinessConnectorExceptionValues
Enumeration for possible Recipe Business exceptions
Enum Constant Summary | |
---|---|
ERROR_GENERAL
Deprecated. General Error: {0} |
|
ERROR_XML_INVALID
Deprecated. XML could not be validated against XSD. |
|
PROPERTY_NOT_CORRECTLY_SET
Deprecated. {0} property is not correctly set |
|
SETTINGS_NOT_FOUND
Deprecated. {0} |
Method Summary | |
---|---|
String |
getErrorCode()
Deprecated. |
String |
getMessage()
Deprecated. |
static RecipeBusinessConnectorExceptionValues |
valueOf(String name)
Deprecated. Returns the enum constant of this type with the specified name. |
static RecipeBusinessConnectorExceptionValues[] |
values()
Deprecated. 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 RecipeBusinessConnectorExceptionValues ERROR_GENERAL
public static final RecipeBusinessConnectorExceptionValues SETTINGS_NOT_FOUND
public static final RecipeBusinessConnectorExceptionValues ERROR_XML_INVALID
public static final RecipeBusinessConnectorExceptionValues PROPERTY_NOT_CORRECTLY_SET
Method Detail |
---|
public static RecipeBusinessConnectorExceptionValues[] values()
for (RecipeBusinessConnectorExceptionValues c : RecipeBusinessConnectorExceptionValues.values()) System.out.println(c);
public static RecipeBusinessConnectorExceptionValues 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 |