public class RegexAnnotatorConfigException
extends org.apache.uima.resource.ResourceInitializationException
AGGREGATE_AE_TYPE_SYSTEM, AGGREGATE_SOFA_NOT_MAPPED, ALLOWED_VALUES_NOT_IDENTICAL, ALLOWED_VALUES_ON_NON_STRING_TYPE, ANNOTATOR_CLASS_NOT_FOUND, ANNOTATOR_INITIALIZATION_FAILED, ANNOTATOR_INTERFACE_NOT_SUPPORTED, CAS_PROCESSOR_INITIALIZE_FAILED, CLASS_NOT_FOUND, CONFIG_SETTING_ABSENT, COULD_NOT_ACCESS_DATA, COULD_NOT_INSTANTIATE, COULD_NOT_INSTANTIATE_ANNOTATOR, DO_NOT_KNOW_HOW, DUPLICATE_CONFIGURATION_PARAMETER_NAME, DUPLICATE_INDEX_NAME, EMPTY_FLOW_CONTROLLER_DECLARATION, ERROR_INITIALIZING_FROM_DESCRIPTOR, EXCEPTION_WHEN_INITIALIZING_CUSTOM_RESOURCE, FLOW_CONTROLLER_MISSING_DELEGATE, FLOW_CONTROLLER_REQUIRES_FLOW_CONSTRAINTS, INCOMPATIBLE_ELEMENT_RANGE_TYPES, INCOMPATIBLE_MULTI_REFS, INCOMPATIBLE_RANGE_TYPES, INCOMPATIBLE_SUPERTYPES, INCORRECT_NUMBER_OF_PARAMETERS, INDEX_KEY_FEATURE_NOT_FOUND, INPUT_SOFA_HAS_NO_SOURCE, INVALID_ACTION_AFTER_CAS_MULTIPLIER, INVALID_MODIFIES_CAS, INVALID_MULTIPLE_DEPLOYMENT_ALLOWED, INVALID_OUTPUTS_NEW_CASES, INVALID_PARAM_OVERRIDE_NO_OVERRIDES, INVALID_PARAM_OVERRIDE_NONEXISTENT_DELEGATE, INVALID_PARAM_OVERRIDE_NONEXISTENT_PARAMETER, INVALID_PARAM_OVERRIDE_NONEXISTENT_PARAMETER_IN_GROUP, INVALID_PARAM_OVERRIDE_SYNTAX, INVALID_TYPE_PRIORITIES, MALFORMED_URL, MISSING_ALLOWED_VALUES, MISSING_ANNOTATOR_CLASS_NAME, MISSING_FRAMEWORK_IMPLEMENTATION, MISSING_IMPLEMENTATION_CLASS_NAME, NO_RESOURCE_FOR_PARAMETERS, NO_SUPERTYPE, NOT_A_CAS_CONSUMER, NOT_A_CAS_INITIALIZER, NOT_A_CAS_PROCESSOR, NOT_A_COLLECTION_READER, NOT_A_DATA_RESOURCE, NOT_A_FLOW_CONTROLLER_DESCRIPTOR, NOT_A_SHARED_RESOURCE_OBJECT, NOT_AN_ANALYSIS_COMPONENT, NOT_AN_ANNOTATOR, OUTPUT_SOFA_NOT_DECLARED_IN_AGGREGATE, PARAM_OVERRIDE_IN_PRIMITIVE, REDEFINING_BUILTIN_TYPE, RESOURCE_DATA_NOT_VALID, RESOURCE_DEPENDENCY_NOT_SATISFIED, RESOURCE_DOES_NOT_IMPLEMENT_INTERFACE, SOFA_MAPPING_CONFLICT, SOFA_MAPPING_HAS_UNDEFINED_COMPONENT_KEY, SOFA_MAPPING_HAS_UNDEFINED_COMPONENT_SOFA, SOFA_MAPPING_NOT_SUPPORTED_FOR_REMOTE, TEXT_ANNOTATOR_CANNOT_BE_SOFA_AWARE, THROWABLE_WHEN_INITIALIZING_CUSTOM_RESOURCE, UNDEFINED_KEY_IN_FLOW, UNDEFINED_RANGE_TYPE, UNDEFINED_SUPERTYPE, UNDEFINED_TYPE_FOR_INDEX, UNDEFINED_TYPE_FOR_PRIORITY_LIST, UNKNOWN_PROTOCOL, UNKNOWN_RESOURCE_NAME, UNSUPPORTED_FRAMEWORK_IMPLEMENTATION, UNSUPPORTED_OBJECT_TYPE_IN_CREATE_CAS
Constructor and Description |
---|
RegexAnnotatorConfigException(String aMessageKey,
Object[] aArguments)
Creates a new exception with a the specified message.
|
RegexAnnotatorConfigException(String aMessageKey,
Object[] aArguments,
Throwable aCause)
Creates a new exception with the specified cause and a message from the
UIMAException.STANDARD_MESSAGE_CATALOG . |
getArguments, getCause, getLocalizedMessage, getLocalizedMessage, getMessage, getMessageKey, getResourceBundleName, hasMessageKey, initCause
addSuppressed, fillInStackTrace, getStackTrace, getSuppressed, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public RegexAnnotatorConfigException(String aMessageKey, Object[] aArguments)
aMessageKey
- an identifier that maps to the message for this exception. The message may contain
placeholders for arguments as defined by the
MessageFormat
class.aArguments
- The arguments to the message. null
may be used if the message has no
arguments.public RegexAnnotatorConfigException(String aMessageKey, Object[] aArguments, Throwable aCause)
UIMAException.STANDARD_MESSAGE_CATALOG
.aMessageKey
- an identifier that maps to the message for this exception. The message may contain
placeholders for arguments as defined by the
MessageFormat
class.aArguments
- The arguments to the message. null
may be used if the message has no
arguments.aCause
- the original exception that caused this exception to be thrown, if anyCopyright © 2006–2019 The Apache Software Foundation. All rights reserved.