Package org.apache.uima.cas.impl
Class LowLevelException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.uima.UIMARuntimeException
org.apache.uima.cas.impl.LowLevelException
- All Implemented Interfaces:
Serializable
,I18nExceptionI
Exception class for package org.apache.uima.cas.impl. Automatically generated from message
catalog.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Error in low-level CAS APIs: trying to access value FS reference {0} as type "{2}" (code: {1}), but is "{3}".static final String
Error in low-level CAS APIs: array index and or length out of range.static final String
Error in low-level CAS APIs: array index out of range: {0}.static final String
Error in low-level CAS APIs: can't create array of type "{1}" (code: {0}).static final String
Error in low-level CAS APIs: can't create FS reference for type code {0}.static final String
Error in low-level CAS APIs: type "{1}" (code: {0}) does not define feature "{3}" (code: {2}).static final String
Error in low-level CAS APIs: feature "{1}" (code: {0}) does not take values of type "{3}" (code: {2}).static final String
Error in low-level CAS APIs: trying to access value of feature "{1}" (code: {0}) as FS reference, but range of feature is "{2}".static final String
Error in low-level CAS APIs: illegal array length specified: {0}.static final String
Error in low-level CAS APIs: {0} is not a valid feature code.static final String
Error in low-level CAS APIs: accessing FS with id {0}, but no such FS exists in this CAS.static final String
Error in low-level CAS APIs: trying to access index for invalid type code: {0}.static final String
Error in low-level CAS APIs: illegal type code argument: {0}.static final String
Invalid Type Code value: {0}.static final String
Error in low-level CAS APIs: attempting to access element {0} of array but array has null value.static final String
Error in low-level CAS APIs: attempt to interpret heap value {0} at {1} as type code, but {0} is not a valid type code.Fields inherited from class org.apache.uima.UIMARuntimeException
CAS_RELEASE_NOT_ALLOWED_WHILE_WAITING_FOR_UIMA_AS, CAS_RELEASED_TO_WRONG_CAS_MANAGER, COPY_CAS_RANGE_TYPE_NAMES_NOT_EQUAL, DEFINE_CAS_POOL_CALLED_TWICE, ECORE_UNRESOLVED_PROXY, FEATURE_NOT_FOUND_DURING_CAS_COPY, ILLEGAL_ADDING_OF_NEW_META_INFO_AFTER_CAS_DEFINED, ILLEGAL_CAS_COPY_TO_SAME_CAS, ILLEGAL_FS_FEAT_UPDATE, INCOMPATIBLE_TAF_JNI_LIBRARY, INTERNAL_ERROR, NOT_SUPPORTED_NO_HEAP_IN_UIMA_V3, REQUESTED_TOO_MANY_CAS_INSTANCES, RESULT_SPEC_NULL, STANDARD_MESSAGE_CATALOG, TYPE_NOT_FOUND_DURING_CAS_COPY, UIMA_CONTEXT_NULL, UIMA_ECORE_NOT_FOUND, UNSUPPORTED_CAS_COPY_TO_OR_FROM_BASE_CAS, UNSUPPORTED_CAS_INTERFACE, VIEW_NOT_PART_OF_CAS
-
Constructor Summary
ConstructorDescriptionLowLevelException
(String aMessageKey, Object... aArguments) LowLevelException
(String aMessageKey, Object[] aArguments, Throwable aCause) -
Method Summary
Modifier and TypeMethodDescriptionGets the base name of the resource bundle in which the message for this exception is located.toString()
Methods inherited from class org.apache.uima.UIMARuntimeException
getArguments, getCause, getLocalizedMessage, getMessage, getMessageKey, initCause
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getStackTrace, getSuppressed, printStackTrace, printStackTrace, printStackTrace, setStackTrace
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
-
INVALID_FS_REF
Error in low-level CAS APIs: accessing FS with id {0}, but no such FS exists in this CAS.- See Also:
-
VALUE_NOT_A_TYPE
Error in low-level CAS APIs: attempt to interpret heap value {0} at {1} as type code, but {0} is not a valid type code. This is likely caused by a bad FS reference.- See Also:
-
INVALID_FEATURE_CODE
Error in low-level CAS APIs: {0} is not a valid feature code.- See Also:
-
FEAT_DOM_ERROR
Error in low-level CAS APIs: type "{1}" (code: {0}) does not define feature "{3}" (code: {2}).- See Also:
-
FEAT_RAN_ERROR
Error in low-level CAS APIs: feature "{1}" (code: {0}) does not take values of type "{3}" (code: {2}).- See Also:
-
FS_RAN_TYPE_ERROR
Error in low-level CAS APIs: trying to access value of feature "{1}" (code: {0}) as FS reference, but range of feature is "{2}".- See Also:
-
ACCESS_TYPE_ERROR
Error in low-level CAS APIs: trying to access value FS reference {0} as type "{2}" (code: {1}), but is "{3}".- See Also:
-
ARRAY_INDEX_OUT_OF_RANGE
Error in low-level CAS APIs: array index out of range: {0}.- See Also:
-
ARRAY_INDEX_LENGTH_OUT_OF_RANGE
Error in low-level CAS APIs: array index and or length out of range. index: {0}, length: {1}.- See Also:
-
CREATE_FS_OF_TYPE_ERROR
Error in low-level CAS APIs: can't create FS reference for type code {0}.- See Also:
-
INVALID_INDEX_TYPE
Error in low-level CAS APIs: trying to access index for invalid type code: {0}.- See Also:
-
CREATE_ARRAY_OF_TYPE_ERROR
Error in low-level CAS APIs: can't create array of type "{1}" (code: {0}). Must be a valid (built-in) array type.- See Also:
-
ILLEGAL_ARRAY_LENGTH
Error in low-level CAS APIs: illegal array length specified: {0}.- See Also:
-
INVALID_TYPE_ARGUMENT
Error in low-level CAS APIs: illegal type code argument: {0}.- See Also:
-
INVALID_TYPECODE
Invalid Type Code value: {0}.- See Also:
-
NULL_ARRAY_ACCESS
Error in low-level CAS APIs: attempting to access element {0} of array but array has null value.- See Also:
-
-
Constructor Details
-
LowLevelException
-
LowLevelException
-
-
Method Details
-
toString
-
getResourceBundleName
Gets the base name of the resource bundle in which the message for this exception is located.- Specified by:
getResourceBundleName
in interfaceI18nExceptionI
- Overrides:
getResourceBundleName
in classUIMARuntimeException
- Returns:
- the resource bundle base name. May return
null
if this exception has no message.
-