public class CASAdminException extends UIMARuntimeException
| Modifier and Type | Field and Description | 
|---|---|
| static String | BAD_FEATURE_SYNTAXInvalid feature name "{0}". | 
| static String | BAD_TYPE_SYNTAXInvalid type name "{0}". | 
| static String | DESERIALIZATION_ERRORError deserializing type system. | 
| static String | DUPLICATE_FEATURETrying to define feature "{0}" on type "{1}" with range "{2}", but feature has already been
 defined on (super)type "{3}" with range "{4}". | 
| static String | DUPLICATE_TYPETrying to define type "{0}", but this type has already been defined as "{1}". | 
| static String | FLUSH_DISABLEDCan't flush CAS, flushing is disabled. | 
| static String | INDEX_DUPLICATES_NOT_SUPPORTEDuima.allow_duplicate_add_to_indexes is not supported in UIMA Version 3 and later | 
| static String | JCAS_ERROR{0} | 
| static String | MISSING_ARRAY_TYPE_FOR_COMPONENTTried to obtain a UIMA Array type for component "{0}", but no such array type is defined. | 
| static String | MUST_COMMIT_INDEX_REPOSITORYIndex repository has not been committed; can't create CAS. | 
| static String | MUST_COMMIT_TYPE_SYSTEMType system has not been committed; can't create index repository. | 
| static String | REPOSITORY_LOCKEDCan't add index to a committed repository. | 
| static String | STRING_SUBTYPE_CONFLICTING_ALLOWED_VALUESCan't define a Subtype of String "{0}" with allowed Values "{1}", has the same name as an
 existing String Subtype with different allowed values "{2}". | 
| static String | STRING_SUBTYPE_REDEFINE_NAME_CONFLICTCan't define a Subtype of String "{0}" with the same name as an existing non String Subtype
 "{1}". | 
| static String | TOO_MANY_TYPESTotal number of UIMA types, {0}, exceeds the maximum of 32767. | 
| static String | TYPE_IS_FEATURE_FINALCan't add feature to type "{0}" since it is feature final. | 
| static String | TYPE_IS_INH_FINALCan't derive from type "{0}" since it is inheritance final. | 
| static String | TYPE_SYSTEM_LOCKEDType system is committed; can't add types or features. | 
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 | 
|---|
| CASAdminException(String aMessageKey,
                 Object... aArguments) | 
| CASAdminException(String aResourceBundleName,
                 Throwable aCause,
                 String aMessageKey,
                 Object... aArguments) | 
| CASAdminException(Throwable aCause,
                 String aMessageKey,
                 Object... aArguments) | 
| 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. | 
getArguments, getCause, getLocalizedMessage, getMessage, getMessageKey, initCauseaddSuppressed, fillInStackTrace, getStackTrace, getSuppressed, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetLocalizedMessage, hasMessageKeypublic static final String REPOSITORY_LOCKED
public static final String TYPE_SYSTEM_LOCKED
public static final String MUST_COMMIT_TYPE_SYSTEM
public static final String MUST_COMMIT_INDEX_REPOSITORY
public static final String BAD_TYPE_SYNTAX
public static final String BAD_FEATURE_SYNTAX
public static final String TYPE_IS_INH_FINAL
public static final String TYPE_IS_FEATURE_FINAL
public static final String DESERIALIZATION_ERROR
public static final String FLUSH_DISABLED
public static final String JCAS_ERROR
public static final String DUPLICATE_FEATURE
public static final String DUPLICATE_TYPE
public static final String MISSING_ARRAY_TYPE_FOR_COMPONENT
public static final String STRING_SUBTYPE_REDEFINE_NAME_CONFLICT
public static final String STRING_SUBTYPE_CONFLICTING_ALLOWED_VALUES
public static final String INDEX_DUPLICATES_NOT_SUPPORTED
public static final String TOO_MANY_TYPES
public CASAdminException(String aResourceBundleName, Throwable aCause, String aMessageKey, Object... aArguments)
public String getResourceBundleName()
UIMARuntimeExceptiongetResourceBundleName in interface I18nExceptionIgetResourceBundleName in class UIMARuntimeExceptionnull if this exception has no
         message.Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.