Package com.attivio.sdk.error
Class OntologyError
- java.lang.Object
-
- com.attivio.sdk.error.ErrorCode
-
- com.attivio.sdk.error.OntologyError
-
- All Implemented Interfaces:
java.io.Serializable
public final class OntologyError extends ErrorCode
Error codes for ontology processing.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static ErrorCode
BAD_ONTOLOGY
static ErrorCode
INVALID_ARGUMENT
static ErrorCode
INVALID_VERSION
static ErrorCode
LOAD_IN_PROGRESS
static ErrorCode
ONTOLOGY_LOAD_ERROR
static ErrorCode
ONTOLOGY_PARSE_ERROR
static ErrorCode
VERSION_NOT_AVAILABLE
-
Method Summary
-
Methods inherited from class com.attivio.sdk.error.ErrorCode
equals, formatError, getCategory, getCode, getErrorCode, hashCode, readResolve, toString
-
-
-
-
Field Detail
-
VERSION_NOT_AVAILABLE
public static final ErrorCode VERSION_NOT_AVAILABLE
-
INVALID_VERSION
public static final ErrorCode INVALID_VERSION
-
LOAD_IN_PROGRESS
public static final ErrorCode LOAD_IN_PROGRESS
-
INVALID_ARGUMENT
public static final ErrorCode INVALID_ARGUMENT
-
BAD_ONTOLOGY
public static final ErrorCode BAD_ONTOLOGY
-
ONTOLOGY_LOAD_ERROR
public static final ErrorCode ONTOLOGY_LOAD_ERROR
-
ONTOLOGY_PARSE_ERROR
public static final ErrorCode ONTOLOGY_PARSE_ERROR
-
-