public enum JaversExceptionCode extends Enum<JaversExceptionCode>
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage()
Error description and possibly solution hints.
|
static JaversExceptionCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JaversExceptionCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JaversExceptionCode CLASS_EXTRACTION_ERROR
public static final JaversExceptionCode ENTITY_WITHOUT_ID
public static final JaversExceptionCode ENTITY_INSTANCE_WITH_NULL_ID
public static final JaversExceptionCode NOT_INSTANCE_OF
public static final JaversExceptionCode UNDEFINED_PROPERTY
public static final JaversExceptionCode MALFORMED_PROPERTY
public static final JaversExceptionCode CLASSPATH_RESOURCE_NOT_FOUND
public static final JaversExceptionCode ALREADY_BUILT
public static final JaversExceptionCode CONTAINER_NOT_READY
public static final JaversExceptionCode AFFECTED_CDO_IS_NOT_AVAILABLE
public static final JaversExceptionCode NOT_IMPLEMENTED
public static final JaversExceptionCode SNAPSHOT_NOT_FOUND
public static final JaversExceptionCode DIFF_NOT_IMPLEMENTED
public static final JaversExceptionCode GENERIC_TYPE_NOT_PARAMETRIZED
public static final JaversExceptionCode VALUE_OBJECT_IS_NOT_SUPPORTED_AS_MAP_KEY
public static final JaversExceptionCode SNAPSHOT_STATE_VIOLATION
public static final JaversExceptionCode PROPERTY_NOT_FOUND
public static final JaversExceptionCode ENTITY_NOT_MAPPED
public static final JaversExceptionCode CLASS_NOT_MANAGED
public static JaversExceptionCode[] values()
for (JaversExceptionCode c : JaversExceptionCode.values()) System.out.println(c);
public static JaversExceptionCode 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 getMessage()
Copyright © 2014. All rights reserved.