Package org.apache.uima.cas
Class CASException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.uima.UIMAException
org.apache.uima.cas.CASException
- All Implemented Interfaces:
Serializable
,I18nExceptionI
Exception class for package org.apache.uima.cas. Message catalog:
org.apache.uima.UIMAException_Messages
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The feature structure of type {0} cannot be created.static final String
The types are added in the wrong sort order.static final String
The value of the feature {0} cannot be accessed as type {1}, because it is {2}.static final String
The JCAS range type {2} for feature {1} of type {0} does not match the CAS range type {3} for the feature.static final String
Feature information from the CAS cannot be accessed while initializing the JCAS type {0} with feature {1}.static final String
static final String
The JCas cannot be initialized.static final String
Type information from the CAS cannot be accessed while initializing the JCas type {0}static final String
Type system has not been committed; cannot create base index.static final String
The structure of type {0} cannot be accessed as a String.static final String
The type sort order cannot be built because type {0} is unknown.static final String
The value of the feature {0} on the structure of type {1} cannot be accessed, because {0} is not defined for {1}.Fields inherited from class org.apache.uima.UIMAException
STANDARD_MESSAGE_CATALOG
-
Constructor Summary
ConstructorDescriptionCASException
(String aMessageKey, Object... aArguments) CASException
(String aMessageKey, Object[] aArguments, Throwable aCause) CASException
(String aResourceBundleName, String aMessageKey, Object[] aArguments) CASException
(String aResourceBundleName, String aMessageKey, Object[] aArguments, Throwable aCause) CASException
(Throwable aCause) -
Method Summary
Methods inherited from class org.apache.uima.UIMAException
getArguments, getCause, getLocalizedMessage, getMessage, getMessageKey, getResourceBundleName, initCause
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getStackTrace, getSuppressed, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.apache.uima.I18nExceptionI
getLocalizedMessage, hasMessageKey
-
Field Details
-
INAPPROP_TYPE_EXCEPTION
The value of the feature {0} cannot be accessed as type {1}, because it is {2}.- See Also:
-
UNDEFINED_FEATURE
The value of the feature {0} on the structure of type {1} cannot be accessed, because {0} is not defined for {1}.- See Also:
-
CANT_CREATE_BUILTIN_FS
The feature structure of type {0} cannot be created. Structures of this type cannot be created directly.- See Also:
-
NOT_A_STRING
The structure of type {0} cannot be accessed as a String.- See Also:
-
CYCLE_IN_TYPE_ORDER
The types are added in the wrong sort order. Adding {0} < {1} makes the sort order inconsistent.- See Also:
-
JCAS_INIT_ERROR
The JCas cannot be initialized. The following errors occurred: {0}- See Also:
-
JCAS_TYPENOTFOUND_ERROR
Type information from the CAS cannot be accessed while initializing the JCas type {0}- See Also:
-
JCAS_FEATURENOTFOUND_ERROR
Feature information from the CAS cannot be accessed while initializing the JCAS type {0} with feature {1}.- See Also:
-
JCAS_GETTER_SETTER_MISSING
- See Also:
-
JCAS_FEATURE_WRONG_TYPE
The JCAS range type {2} for feature {1} of type {0} does not match the CAS range type {3} for the feature.- See Also:
-
TYPEORDER_UNKNOWN_TYPE
The type sort order cannot be built because type {0} is unknown.- See Also:
-
MUST_COMMIT_TYPE_SYSTEM
Type system has not been committed; cannot create base index.- See Also:
-
-
Constructor Details
-
CASException
public CASException() -
CASException
-
CASException
-
CASException
-
CASException
-
CASException
-