public class LowLevelException extends UIMARuntimeException
| Modifier and Type | Field and Description | 
|---|---|
| static String | ACCESS_TYPE_ERRORError in low-level CAS APIs: trying to access value FS reference {0} as type "{2}" (code: {1}),
 but is "{3}". | 
| static String | ARRAY_INDEX_LENGTH_OUT_OF_RANGEError in low-level CAS APIs: array index and or length out of range. | 
| static String | ARRAY_INDEX_OUT_OF_RANGEError in low-level CAS APIs: array index out of range: {0}. | 
| static String | CREATE_ARRAY_OF_TYPE_ERRORError in low-level CAS APIs: can't create array of type "{1}" (code: {0}). | 
| static String | CREATE_FS_OF_TYPE_ERRORError in low-level CAS APIs: can't create FS reference for type code {0}. | 
| static String | FEAT_DOM_ERRORError in low-level CAS APIs: type "{1}" (code: {0}) does not define feature "{3}" (code: {2}). | 
| static String | FEAT_RAN_ERRORError in low-level CAS APIs: feature "{1}" (code: {0}) does not take values of type "{3}"
 (code: {2}). | 
| static String | FS_RAN_TYPE_ERRORError in low-level CAS APIs: trying to access value of feature "{1}" (code: {0}) as FS
 reference, but range of feature is "{2}". | 
| static String | ILLEGAL_ARRAY_LENGTHError in low-level CAS APIs: illegal array length specified: {0}. | 
| static String | INVALID_FEATURE_CODEError in low-level CAS APIs: {0} is not a valid feature code. | 
| static String | INVALID_FS_REFError in low-level CAS APIs: accessing FS with id {0}, but no such FS exists in this CAS. | 
| static String | INVALID_INDEX_TYPEError in low-level CAS APIs: trying to access index for invalid type code: {0}. | 
| static String | INVALID_TYPE_ARGUMENTError in low-level CAS APIs: illegal type code argument: {0}. | 
| static String | INVALID_TYPECODEInvalid Type Code value: {0}. | 
| static String | NULL_ARRAY_ACCESSError in low-level CAS APIs: attempting to access element {0} of array but array has null
 value. | 
| static String | VALUE_NOT_A_TYPEError in low-level CAS APIs: attempt to interpret heap value {0} at {1} as type code, but {0}
 is not a valid type code. | 
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 and Description | 
|---|
| LowLevelException(String aMessageKey,
                 Object... aArguments) | 
| LowLevelException(String aMessageKey,
                 Object[] aArguments,
                 Throwable aCause) | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getResourceBundleName()Gets the base name of the resource bundle in which the message for this exception is located. | 
| String | toString() | 
getArguments, getCause, getLocalizedMessage, getMessage, getMessageKey, initCauseaddSuppressed, fillInStackTrace, getStackTrace, getSuppressed, printStackTrace, printStackTrace, printStackTrace, setStackTraceclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetLocalizedMessage, hasMessageKeypublic static final String INVALID_FS_REF
public static final String VALUE_NOT_A_TYPE
public static final String INVALID_FEATURE_CODE
public static final String FEAT_DOM_ERROR
public static final String FEAT_RAN_ERROR
public static final String FS_RAN_TYPE_ERROR
public static final String ACCESS_TYPE_ERROR
public static final String ARRAY_INDEX_OUT_OF_RANGE
public static final String ARRAY_INDEX_LENGTH_OUT_OF_RANGE
public static final String CREATE_FS_OF_TYPE_ERROR
public static final String INVALID_INDEX_TYPE
public static final String CREATE_ARRAY_OF_TYPE_ERROR
public static final String ILLEGAL_ARRAY_LENGTH
public static final String INVALID_TYPE_ARGUMENT
public static final String INVALID_TYPECODE
public static final String NULL_ARRAY_ACCESS
public String toString()
public String getResourceBundleName()
getResourceBundleName in interface I18nExceptionIgetResourceBundleName in class UIMARuntimeExceptionnull if this exception has no
         message.Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.