org.apache.uima.annotator.dict_annot.impl
Class DictionaryAnnotatorConfigException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.uima.InternationalizedException
              extended by org.apache.uima.UIMAException
                  extended by org.apache.uima.resource.ResourceInitializationException
                      extended by org.apache.uima.annotator.dict_annot.impl.DictionaryAnnotatorConfigException
All Implemented Interfaces:
java.io.Serializable

public class DictionaryAnnotatorConfigException
extends org.apache.uima.resource.ResourceInitializationException

DictionaryAnnotatorConfigException is thrown if an configuration exception occurs.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.uima.resource.ResourceInitializationException
AGGREGATE_AE_TYPE_SYSTEM, AGGREGATE_SOFA_NOT_MAPPED, 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_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_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
 
Fields inherited from class org.apache.uima.UIMAException
STANDARD_MESSAGE_CATALOG
 
Constructor Summary
DictionaryAnnotatorConfigException(java.lang.String aMessageKey, java.lang.Object[] aArguments)
          Creates a new exception with a the specified message from the DictionaryAnnotator message catalog.
DictionaryAnnotatorConfigException(java.lang.String aMessageKey, java.lang.Object[] aArguments, java.lang.Throwable aCause)
          Creates a new exception with the specified cause and a message from the DictionaryAnnotator message catalog.
 
Method Summary
 
Methods inherited from class org.apache.uima.InternationalizedException
getArguments, getCause, getLocalizedMessage, getLocalizedMessage, getMessage, getMessageKey, getResourceBundleName, hasMessageKey, initCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getStackTrace, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DictionaryAnnotatorConfigException

public DictionaryAnnotatorConfigException(java.lang.String aMessageKey,
                                          java.lang.Object[] aArguments)
Creates a new exception with a the specified message from the DictionaryAnnotator message catalog.

Parameters:
aMessageKey - an identifier that maps to the message for this exception. The message may contain place holders for arguments as defined by the MessageFormat class.
aArguments - The arguments to the message. null may be used if the message has no arguments.

DictionaryAnnotatorConfigException

public DictionaryAnnotatorConfigException(java.lang.String aMessageKey,
                                          java.lang.Object[] aArguments,
                                          java.lang.Throwable aCause)
Creates a new exception with the specified cause and a message from the DictionaryAnnotator message catalog.

Parameters:
aMessageKey - an identifier that maps to the message for this exception. The message may contain place holders 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 any


Copyright © 2011. All Rights Reserved.