Overview   Class List   Class Hierarchy   Class Members   Functions & Constants   Defines   Header Files  

err_ids.h File Reference


Detailed Description

. Contains all UIMACPP error Ids.

-----------------------------------------------------------------------------

Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

-----------------------------------------------------------------------------

Description:

-----------------------------------------------------------------------------

--------------------------------------------------------------------------


Namespaces

namespace  uima

UIMA_ERR_RESMGR ...

#define UIMA_ERR_RESMGR_OFFSET   ((uima::TyErrorId)( 0 + UIMA_ERROR_USER_FIRST))
#define UIMA_ERR_RESMGR_OUT_OF_MEMORY   ((uima::TyErrorId)( 0 + UIMA_ERR_RESMGR_OFFSET))
 The UIMACPP resource manager could not allocate vital resources.
#define UIMA_ERR_RESMGR_COULD_NOT_LOAD_RESOURCE   ((uima::TyErrorId)( 1 + UIMA_ERR_RESMGR_OFFSET))
 The resource manager could not load the specified resource.
#define UIMA_ERR_RESMGR_RESOURCE_HAS_INVALID_ENTRY   ((uima::TyErrorId)( 2 + UIMA_ERR_RESMGR_OFFSET))
 The stopword filter resource could not be loaded.
#define UIMA_ERR_RESMGR_COULD_NOT_INITIALIZE_RESOURCE   ((uima::TyErrorId)( 3 + UIMA_ERR_RESMGR_OFFSET))
#define UIMA_ERR_RESMGR_COULD_NOT_INITIALIZE_XML4C   ((uima::TyErrorId)( 4 + UIMA_ERR_RESMGR_OFFSET))
#define UIMA_ERR_RESMGR_INVALID_RESOURCE   ((uima::TyErrorId)( 5 + UIMA_ERR_RESMGR_OFFSET))
#define UIMA_ERR_RESMGR_NO_RESOURCE_FACTORY_FOR_KIND   ((uima::TyErrorId)( 6 + UIMA_ERR_RESMGR_OFFSET))
#define UIMA_ERR_RESMGR_COULD_NOT_TERMINATE_XML4C   ((uima::TyErrorId)( 7 + UIMA_ERR_RESMGR_OFFSET))
#define UIMA_ERR_RESMGR_DATA_DIR_DOES_NOT_EXIST   ((uima::TyErrorId)( 8 + UIMA_ERR_RESMGR_OFFSET))
#define UIMA_ERR_RESMGR_WORK_DIR_DOES_NOT_EXIST   ((uima::TyErrorId)( 9 + UIMA_ERR_RESMGR_OFFSET))

UIMA_ERR_ANNOTATOR ...

#define UIMA_ERR_ANNOTATOR_OFFSET   ((uima::TyErrorId)(1000 + UIMA_ERROR_USER_FIRST))
#define UIMA_ERR_ANNOTATOR_COULD_NOT_FIND   ((uima::TyErrorId)( 0 + UIMA_ERR_ANNOTATOR_OFFSET))
 The specified annotator could not be found.
#define UIMA_ERR_ANNOTATOR_COULD_NOT_LOAD   ((uima::TyErrorId)( 1 + UIMA_ERR_ANNOTATOR_OFFSET))
 The specified annotator could not be loaded.
#define UIMA_ERR_ANNOTATOR_COULD_NOT_CREATE   ((uima::TyErrorId)( 2 + UIMA_ERR_ANNOTATOR_OFFSET))
 The specified annotator could not be created as the annotator function tafAnnotatorCreate() returned 0.
#define UIMA_ERR_ANNOTATOR_MISSING_INFO   ((uima::TyErrorId)( 3 + UIMA_ERR_ANNOTATOR_OFFSET))
 The specified annotator does not contain the required function tafAnnotatorEnumerateInfo().
#define UIMA_ERR_ANNOTATOR_MISSING_INFO_NAME   ((uima::TyErrorId)( 4 + UIMA_ERR_ANNOTATOR_OFFSET))
 The specified annotator does not return a valid value for a call to tafAnnotatorEnumerateInfo().
#define UIMA_ERR_ANNOTATOR_MISSING_CREATE   ((uima::TyErrorId)( 5 + UIMA_ERR_ANNOTATOR_OFFSET))
 The specified annotator does not contain the required function tafAnnotatorCreate().
#define UIMA_ERR_ANNOTATOR_MISSING_INIT   ((uima::TyErrorId)( 6 + UIMA_ERR_ANNOTATOR_OFFSET))
 The specified annotator does not contain the required function tafAnnotatorInit().
#define UIMA_ERR_ANNOTATOR_MISSING_TYPESYSTEMINIT   ((uima::TyErrorId)( 7 + UIMA_ERR_ANNOTATOR_OFFSET))
 The specified annotator does not contain the required function tafAnnotatorCacheTypes().
#define UIMA_ERR_ANNOTATOR_MISSING_DEINIT   ((uima::TyErrorId)( 8 + UIMA_ERR_ANNOTATOR_OFFSET))
 The specified annotator does not contain the required function tafAnnotatorDeInit().
#define UIMA_ERR_ANNOTATOR_MISSING_PROCESSDOCUMENT   ((uima::TyErrorId)( 9 + UIMA_ERR_ANNOTATOR_OFFSET))
 The specified annotator does not contain the required function tafPlugProcessDocument().
#define UIMA_ERR_ANNOTATOR_MISSING_CONFIG   ((uima::TyErrorId)( 11 + UIMA_ERR_ANNOTATOR_OFFSET))
 The specified annotator does not contain the required function tafPlugConfig().
#define UIMA_ERR_ANNOTATOR_MISSING_ENUMERATETYPESGENERATED   ((uima::TyErrorId)( 12 + UIMA_ERR_ANNOTATOR_OFFSET))
 The specified annotator does not contain the required function tafAnnotatorEnumerateTypesGenerated().
#define UIMA_ERR_ANNOTATOR_MISSING_ENUMERATETYPESREQUIRED   ((uima::TyErrorId)( 13 + UIMA_ERR_ANNOTATOR_OFFSET))
 The specified annotator does not contain the required function tafAnnotatorEnumerateTypesRequired().
#define UIMA_ERR_ANNOTATOR_MISSING_ENUMERATETYPESRECOMMENDED   ((uima::TyErrorId)( 14 + UIMA_ERR_ANNOTATOR_OFFSET))
 The specified annotator does not contain the required function tafAnnotatorEnumerateTypesRecommended().
#define UIMA_ERR_ANNOTATOR_MISSING_ENUMERATELANGSUPPORTED   ((uima::TyErrorId)( 15 + UIMA_ERR_ANNOTATOR_OFFSET))
 The specified annotator does not contain the required function tafAnnotatorEnumerateLangSupported().
#define UIMA_ERR_ANNOTATOR_ENUMERATION_OVERFLOW   ((uima::TyErrorId)( 16 + UIMA_ERR_ANNOTATOR_OFFSET))
 The specified annotator has been called using an enumeration function, with an enumeration value of 1024.
#define UIMA_ERR_ANNOTATOR_LANG_NOT_SUPPORTED   ((uima::TyErrorId)( 17 + UIMA_ERR_ANNOTATOR_OFFSET))
 The specified annotator does not support the current document language.
#define UIMA_ERR_ANNOTATOR_MGR_INVAL_ANNOTATOR_REQUEST   ((uima::TyErrorId)( 100 + UIMA_ERR_ANNOTATOR_OFFSET))
 The annotator manager has been called with an invalid annotator specification.
#define UIMA_ERR_ANNOTATOR_MGR_INVAL_ANNOTATOR_FILENAME   ((uima::TyErrorId)( 101 + UIMA_ERR_ANNOTATOR_OFFSET))
 The annotator manager has been called with an invalid annotator filename.
#define UIMA_ERR_ANNOTATOR_MGR_INVAL_ANNOTATOR_SYMNAME   ((uima::TyErrorId)( 102 + UIMA_ERR_ANNOTATOR_OFFSET))
 The annotator manager has been called with an invalid annotator symbolic name.
#define UIMA_ERR_ANNOTATOR_MGR_LANG_NOT_SUPPORTED_FOR_ANNOTATOR   ((uima::TyErrorId)( 103 + UIMA_ERR_ANNOTATOR_OFFSET))
 The annotator manager has been called through method Engine::processDocument(), and some annotators could not handle the document using the current document language.
#define UIMA_ERR_ANNOTATOR_MGR_CONFIG_NO_ANNOTATORS_SPECIFIED   ((uima::TyErrorId)( 104 + UIMA_ERR_ANNOTATOR_OFFSET))
#define UIMA_ERR_ANNOTATOR_MGR_CONFIG_NO_TARGETTYPES_SPECIFIED   ((uima::TyErrorId)( 105 + UIMA_ERR_ANNOTATOR_OFFSET))
#define UIMA_ERR_ANNOTATOR_MGR_CONFIG_INVALID_RESULTSPECIFICATION   ((uima::TyErrorId)( 106 + UIMA_ERR_ANNOTATOR_OFFSET))
#define UIMA_ERR_ANNOTATOR_MGR_CONFIG_TARGETTYPE_NOT_GENERATED   ((uima::TyErrorId)( 107 + UIMA_ERR_ANNOTATOR_OFFSET))

UIMA_ERR_CONFIG ...

#define UIMA_ERR_CONFIG_OFFSET   ((uima::TyErrorId)(2000 + UIMA_ERROR_USER_FIRST))
#define UIMA_ERR_CONFIG_FILE_NOT_FOUND   ((uima::TyErrorId)( 0 + UIMA_ERR_CONFIG_OFFSET))
#define UIMA_ERR_CONFIG_REQUIRED_SECTION_NOT_FOUND   ((uima::TyErrorId)( 1 + UIMA_ERR_CONFIG_OFFSET))
#define UIMA_ERR_CONFIG_REQUIRED_OPTION_NOT_FOUND   ((uima::TyErrorId)( 2 + UIMA_ERR_CONFIG_OFFSET))
#define UIMA_ERR_CONFIG_SPECIFIED_ANNOTATOR_NOT_FOUND   ((uima::TyErrorId)( 3 + UIMA_ERR_CONFIG_OFFSET))
#define UIMA_ERR_CONFIG_NO_ANNOTATORS_SPECIFIED   ((uima::TyErrorId)( 4 + UIMA_ERR_CONFIG_OFFSET))
#define UIMA_ERR_CONFIG_FILE_NOT_LOADED   ((uima::TyErrorId)( 5 + UIMA_ERR_CONFIG_OFFSET))
#define UIMA_ERR_CONFIG_OPTION_NOT_FOUND   ((uima::TyErrorId)( 6 + UIMA_ERR_CONFIG_OFFSET))
#define UIMA_ERR_CONFIG_REQUIRED_OPTION_IS_EMPTY   ((uima::TyErrorId)( 7 + UIMA_ERR_CONFIG_OFFSET))
#define UIMA_ERR_CONFIG_OPTION_IS_EMPTY   ((uima::TyErrorId)( 8 + UIMA_ERR_CONFIG_OFFSET))
#define UIMA_ERR_CONFIG_INDEX_OUT_OF_BOUNDS   ((uima::TyErrorId)( 9 + UIMA_ERR_CONFIG_OFFSET))
#define UIMA_ERR_CONFIG_SAVE_FILE_NOT_VALID   ((uima::TyErrorId)( 10 + UIMA_ERR_CONFIG_OFFSET))
#define UIMA_ERR_CONFIG_INVALID_OPTION_VALUE   ((uima::TyErrorId)( 11 + UIMA_ERR_CONFIG_OFFSET))
#define UIMA_ERR_CONFIG_PART_EXISTS   ((uima::TyErrorId)( 12 + UIMA_ERR_CONFIG_OFFSET))
#define UIMA_ERR_CONFIG_PART_DOES_NOT_EXIST   ((uima::TyErrorId)( 13 + UIMA_ERR_CONFIG_OFFSET))
#define UIMA_ERR_CONFIG_SECTION_FOR_APPKEY_NOT_FOUND   ((uima::TyErrorId)( 14 + UIMA_ERR_CONFIG_OFFSET))
#define UIMA_ERR_CONFIG_SECTION_FOR_ANNOTATOR_NOT_FOUND   ((uima::TyErrorId)( 15 + UIMA_ERR_CONFIG_OFFSET))
#define UIMA_ERR_CONFIG_SECTION_FOR_TYPE_NOT_FOUND   ((uima::TyErrorId)( 16 + UIMA_ERR_CONFIG_OFFSET))
#define UIMA_ERR_CONFIG_SECTION_FOR_FILTER_NOT_FOUND   ((uima::TyErrorId)( 17 + UIMA_ERR_CONFIG_OFFSET))
#define UIMA_ERR_CONFIG_SECTION_NOT_FOUND   ((uima::TyErrorId)( 18 + UIMA_ERR_CONFIG_OFFSET))
#define UIMA_ERR_CONFIG_INVALID_EXTRACTOR_FOR_TYPE   ((uima::TyErrorId)( 19 + UIMA_ERR_CONFIG_OFFSET))
#define UIMA_ERR_CONFIG_DUPLICATE_INDEX_LABEL   ((uima::TyErrorId)( 20 + UIMA_ERR_CONFIG_OFFSET))
#define UIMA_ERR_CONFIG_DUPLICATE_TYPE_NAME   ((uima::TyErrorId)( 21 + UIMA_ERR_CONFIG_OFFSET))
#define UIMA_ERR_CONFIG_DUPLICATE_FEATURE_NAME   ((uima::TyErrorId)( 22 + UIMA_ERR_CONFIG_OFFSET))
#define UIMA_ERR_CONFIG_COULD_NOT_INITIALIZE_XML4C   ((uima::TyErrorId)( 23 + UIMA_ERR_CONFIG_OFFSET))
#define UIMA_ERR_CONFIG_NAME_VALUE_PAIR_NOT_FOUND   ((uima::TyErrorId)( 24 + UIMA_ERR_CONFIG_OFFSET))
#define UIMA_ERR_CONFIG_NO_DEFAULT_GROUP_DEFINED   ((uima::TyErrorId)( 25 + UIMA_ERR_CONFIG_OFFSET))
#define UIMA_ERR_CONFIG_NO_GROUPS_DEFINED   ((uima::TyErrorId)( 26 + UIMA_ERR_CONFIG_OFFSET))
#define UIMA_ERR_CONFIG_INVALID_GROUP_NAME   ((uima::TyErrorId)( 27 + UIMA_ERR_CONFIG_OFFSET))
#define UIMA_ERR_CONFIG_INVALID_PARAM_NAME   ((uima::TyErrorId)( 28 + UIMA_ERR_CONFIG_OFFSET))
#define UIMA_ERR_CONFIG_OBJECT_COMITTED   ((uima::TyErrorId)( 29 + UIMA_ERR_CONFIG_OFFSET))
#define UIMA_ERR_CONFIG_INVALID_XML_TAG   ((uima::TyErrorId)( 30 + UIMA_ERR_CONFIG_OFFSET))
#define UIMA_ERR_CONFIG_PARAM_NOT_DEFINED_IN_GROUP   ((uima::TyErrorId)( 31 + UIMA_ERR_CONFIG_OFFSET))
#define UIMA_ERR_CONFIG_PARAM_NOT_DEFINED   ((uima::TyErrorId)( 32 + UIMA_ERR_CONFIG_OFFSET))
#define UIMA_ERR_CONFIG_INVALID_TYPE_FOR_PARAM   ((uima::TyErrorId)( 33 + UIMA_ERR_CONFIG_OFFSET))
#define UIMA_ERR_CONFIG_NO_VALUE_FOR_MANDATORY_PARAM   ((uima::TyErrorId)( 34 + UIMA_ERR_CONFIG_OFFSET))
#define UIMA_ERR_CONFIG_NO_VALUE_FOR_MANDATORY_PARAM_IN_GROUP   ((uima::TyErrorId)( 35 + UIMA_ERR_CONFIG_OFFSET))
#define UIMA_ERR_CONFIG_DUPLICATE_CONFIG_PARAM   ((uima::TyErrorId)( 36 + UIMA_ERR_CONFIG_OFFSET))
#define UIMA_ERR_CONFIG_DUPLICATE_NAME_VALUE_PAIR   ((uima::TyErrorId)( 37 + UIMA_ERR_CONFIG_OFFSET))
#define UIMA_ERR_CONFIG_DUPLICATE_GROUP   ((uima::TyErrorId)( 38 + UIMA_ERR_CONFIG_OFFSET))
#define UIMA_ERR_CONFIG_ALLOWED_VALUES_DEFINED_FOR_NON_STRING_TYPE   ((uima::TyErrorId)( 39 + UIMA_ERR_CONFIG_OFFSET))
#define UIMA_ERR_CONFIG_CYCLIC_XINCLUSION   ((uima::TyErrorId)( 40 + UIMA_ERR_CONFIG_OFFSET))
#define UIMA_ERR_CONFIG_INVALID_XINCLUDE_TAG   ((uima::TyErrorId)( 41 + UIMA_ERR_CONFIG_OFFSET))
#define UIMA_ERR_CONFIG_INVALID_XML_ATTRIBUTE_VALUE   ((uima::TyErrorId)( 42 + UIMA_ERR_CONFIG_OFFSET))
#define UIMA_ERR_CONFIG_DUPLICATE_ALLOWED_VALUE   ((uima::TyErrorId)( 43 + UIMA_ERR_CONFIG_OFFSET))
#define UIMA_ERR_IMPORT_INVALID_XML_ATTRIBUTE   ((uima::TyErrorId)( 44 + UIMA_ERR_CONFIG_OFFSET))
#define UIMA_ERR_CONFIG_OBJECT_NOT_FOUND   ((uima::TyErrorId)( 45 + UIMA_ERR_CONFIG_OFFSET))

UIMA_ERR_FILTER ...

#define UIMA_ERR_FILTER_OFFSET   ((uima::TyErrorId)(3000 + UIMA_ERROR_USER_FIRST))
#define UIMA_ERR_FILTER_OUT_OF_MEMORY   ((uima::TyErrorId)( 0 + UIMA_ERR_FILTER_OFFSET))
 The UIMACPP filter manager could not allocate memory, which means that some filters could not be loaded.
#define UIMA_ERR_FILTER_COULD_NOT_INIT   ((uima::TyErrorId)( 1 + UIMA_ERR_FILTER_OFFSET))
 The UIMACPP filter manager could initialize the filter as specified in the UIMA configuration.
#define UIMA_ERR_FILTER_INVALID_TYPE_SPECIFIED   ((uima::TyErrorId)( 3 + UIMA_ERR_FILTER_OFFSET))
 An invalid filter type (keyword) is specified in the UIMA configuration.

UIMA_ERR_ENGINE ...

#define UIMA_ERR_ENGINE_OFFSET   ((uima::TyErrorId)(4000 + UIMA_ERROR_USER_FIRST))
#define UIMA_ERR_ENGINE_OUT_OF_MEMORY   ((uima::TyErrorId)( 0 + UIMA_ERR_ENGINE_OFFSET))
 The UIMACPP engine could not allocate enough memory.
#define UIMA_ERR_ENGINE_INVALID_CALLING_SEQUENCE   ((uima::TyErrorId)( 1 + UIMA_ERR_ENGINE_OFFSET))
 The UIMACPP engine functions were called in an inappropriate sequence.
#define UIMA_ERR_ENGINE_UNEXPECTED_EXCEPTION   ((uima::TyErrorId)( 2 + UIMA_ERR_ENGINE_OFFSET))
 An unexpected exception occured in the engine.
#define UIMA_ERR_ENGINE_COULD_NOT_INIT_MEMPOOL_DOC   ((uima::TyErrorId)( 3 + UIMA_ERR_ENGINE_OFFSET))
 The memory pool for the document buffer could not be initalized as there is not enough memory for the pool size specification in the UIMA configuration.
#define UIMA_ERR_ENGINE_COULD_NOT_INIT_MEMPOOL_MISC   ((uima::TyErrorId)( 4 + UIMA_ERR_ENGINE_OFFSET))
 The memory pool for miscellaneous items could not be initalized as there is not enough memory for the pool size specification in the UIMA configuration.
#define UIMA_ERR_ENGINE_COULD_NOT_INIT_MEMPOOL_INST   ((uima::TyErrorId)( 5 + UIMA_ERR_ENGINE_OFFSET))
 The memory pool for instance data could not be initalized as there is not enough memory for the pool size specification in the UIMA configuration.
#define UIMA_ERR_ENGINE_COULD_NOT_INIT_MEMPOOL_COLL   ((uima::TyErrorId)( 6 + UIMA_ERR_ENGINE_OFFSET))
 The memory pool for collection data could not be initalized as there is not enough memory for the pool size specification in the UIMA configuration.
#define UIMA_ERR_ENGINE_ALREADY_INITIALIZED   ((uima::TyErrorId)( 7 + UIMA_ERR_ENGINE_OFFSET))
 An attempt has been made to call method Engine::init() multiple times.
#define UIMA_ERR_ENGINE_CONFIGNAME_INVALPTR   ((uima::TyErrorId)( 8 + UIMA_ERR_ENGINE_OFFSET))
 The configuration name passed to the UIMACPP engine as a C string pointer is an invalid pointer.
#define UIMA_ERR_ENGINE_CONFIGNAME_INVALID   ((uima::TyErrorId)( 9 + UIMA_ERR_ENGINE_OFFSET))
 The configuration name passed to the UIMACPP engine as a C string pointer is invalid, and probably empty.
#define UIMA_ERR_ENGINE_APPNAME_INVALPTR   ((uima::TyErrorId)( 10 + UIMA_ERR_ENGINE_OFFSET))
 The application name passed to the UIMACPP engine as a C string pointer is an invalid pointer.
#define UIMA_ERR_ENGINE_APPNAME_INVALID   ((uima::TyErrorId)( 11 + UIMA_ERR_ENGINE_OFFSET))
 The application name passed to the UIMACPP engine as a C string pointer is invalid, and probably empty.
#define UIMA_ERR_ENGINE_APPNAME_USES_INVALID_PREFIX   ((uima::TyErrorId)( 12 + UIMA_ERR_ENGINE_OFFSET))
 The application name passed to the UIMACPP engine as a C string pointer has an invalid prefix, which is probably "UIMACPP".
#define UIMA_ERR_ENGINE_MULTILANG_PER_DOC_NOT_SUPPORTED   ((uima::TyErrorId)( 14 + UIMA_ERR_ENGINE_OFFSET))
 UIMACPP version 1 does not support multiple languages per document.
#define UIMA_ERR_ENGINE_DOC_DATA_INVALPTR   ((uima::TyErrorId)( 15 + UIMA_ERR_ENGINE_OFFSET))
 The document data passed to the UIMACPP engine as a pointer is an invalid pointer.
#define UIMA_ERR_ENGINE_CCSID_NOT_SUPPORTED   ((uima::TyErrorId)( 16 + UIMA_ERR_ENGINE_OFFSET))
 The specified CCSID is not supported.
#define UIMA_ERR_ENGINE_CCSID_INVALID   ((uima::TyErrorId)( 17 + UIMA_ERR_ENGINE_OFFSET))
 The specified CCSID is not a valid CCSID.
#define UIMA_ERR_ENGINE_RESMGR_NOT_INITIALIZED   ((uima::TyErrorId)( 18 + UIMA_ERR_ENGINE_OFFSET))
 An attempt has been made to use the UIMACPP engine without having initialized the resource manager.
#define UIMA_ERR_ENGINE_LANGUAGE_INVALID   ((uima::TyErrorId)( 19 + UIMA_ERR_ENGINE_OFFSET))
 The specified language is not a valid language.
#define UIMA_ERR_ENGINE_POOL_OUT_OF_MEMORY   ((uima::TyErrorId)( 20 + UIMA_ERR_ENGINE_OFFSET))
 The UIMACPP engine could not allocate enough memory for its memory pools.
#define UIMA_ERR_ENGINE_WINDOWS_EXCEPTION   ((uima::TyErrorId)( 21 + UIMA_ERR_ENGINE_OFFSET))
 A Windows C exception has occured.
#define UIMA_ERR_INVALID_FS_OBJECT   ((uima::TyErrorId)( 22 + UIMA_ERR_ENGINE_OFFSET))
#define UIMA_ERR_INVALID_FSTYPE_OBJECT   ((uima::TyErrorId)( 23 + UIMA_ERR_ENGINE_OFFSET))
#define UIMA_ERR_INVALID_FSFEATURE_OBJECT   ((uima::TyErrorId)( 24 + UIMA_ERR_ENGINE_OFFSET))
#define UIMA_ERR_FEATURE_NOT_APPROPRIATE   ((uima::TyErrorId)( 25 + UIMA_ERR_ENGINE_OFFSET))
#define UIMA_ERR_INCOMPATIBLE_RANGE_TYPE   ((uima::TyErrorId)( 26 + UIMA_ERR_ENGINE_OFFSET))
#define UIMA_ERR_INVALID_INDEX_OBJECT   ((uima::TyErrorId)( 27 + UIMA_ERR_ENGINE_OFFSET))
#define UIMA_ERR_FS_IS_NOT_STRING   ((uima::TyErrorId)( 28 + UIMA_ERR_ENGINE_OFFSET))
#define UIMA_ERR_TYPESYSTEM_ALREADY_COMMITTED   ((uima::TyErrorId)( 29 + UIMA_ERR_ENGINE_OFFSET))
#define UIMA_ERR_FS_IS_NOT_ARRAY   ((uima::TyErrorId)( 30 + UIMA_ERR_ENGINE_OFFSET))
#define UIMA_ERR_WRONG_FSTYPE   ((uima::TyErrorId)( 31 + UIMA_ERR_ENGINE_OFFSET))
#define UIMA_ERR_LIST_IS_EMPTY   ((uima::TyErrorId)( 32 + UIMA_ERR_ENGINE_OFFSET))
#define UIMA_ERR_LIST_IS_CIRCULAR   ((uima::TyErrorId)( 33 + UIMA_ERR_ENGINE_OFFSET))
#define UIMA_ERR_FS_IS_NOT_LIST   ((uima::TyErrorId)( 34 + UIMA_ERR_ENGINE_OFFSET))
#define UIMA_ERR_TYPESYSTEM_NOT_YET_COMMITTED   ((uima::TyErrorId)( 35 + UIMA_ERR_ENGINE_OFFSET))
#define UIMA_ERR_INDEX_ALREADY_EXISTS   ((uima::TyErrorId)( 36 + UIMA_ERR_ENGINE_OFFSET))
#define UIMA_ERR_WRONG_FSTYPE_FOR_INDEX   ((uima::TyErrorId)( 37 + UIMA_ERR_ENGINE_OFFSET))
#define UIMA_ERR_INVALID_INDEX_ID   ((uima::TyErrorId)( 38 + UIMA_ERR_ENGINE_OFFSET))
#define UIMA_ERR_RESOURCE_NOT_FOUND   ((uima::TyErrorId)( 39 + UIMA_ERR_ENGINE_OFFSET))
#define UIMA_ERR_RESOURCE_EMPTY   ((uima::TyErrorId)( 40 + UIMA_ERR_ENGINE_OFFSET))
#define UIMA_ERR_RESOURCE_CORRUPTED   ((uima::TyErrorId)( 41 + UIMA_ERR_ENGINE_OFFSET))
#define UIMA_ERR_XMLTYPESYSTEMREADER   ((uima::TyErrorId)( 42 + UIMA_ERR_ENGINE_OFFSET))
#define UIMA_ERR_FS_ARRAY_OUT_OF_BOUNDS   ((uima::TyErrorId)( 43 + UIMA_ERR_ENGINE_OFFSET))
#define UIMA_ERR_NOT_YET_IMPLEMENTED   ((uima::TyErrorId)( 44 + UIMA_ERR_ENGINE_OFFSET))
#define UIMA_ERR_TYPE_CREATION_FAILED   ((uima::TyErrorId)( 45 + UIMA_ERR_ENGINE_OFFSET))
#define UIMA_ERR_FEATURE_INTRO_FAILED   ((uima::TyErrorId)( 46 + UIMA_ERR_ENGINE_OFFSET))
#define UIMA_ERR_COULD_NOT_CREATE_FS_OF_FINAL_TYPE   ((uima::TyErrorId)( 47 + UIMA_ERR_ENGINE_OFFSET))
#define UIMA_ERR_UNKNOWN_TYPE   ((uima::TyErrorId)( 48 + UIMA_ERR_ENGINE_OFFSET))
#define UIMA_ERR_UNKNOWN_RANGE_TYPE   ((uima::TyErrorId)( 49 + UIMA_ERR_ENGINE_OFFSET))
#define UIMA_ERR_UNKNOWN_FEATURE   ((uima::TyErrorId)( 50 + UIMA_ERR_ENGINE_OFFSET))
#define UIMA_ERR_WRONG_STRING_VALUE   ((uima::TyErrorId)( 51 + UIMA_ERR_ENGINE_OFFSET))
#define UIMA_ERR_ALLOWED_STRING_VALUES_INCOMPATIBLE   ((uima::TyErrorId)( 52 + UIMA_ERR_ENGINE_OFFSET))
#define UIMA_ERR_TYPE_PRIORITY_CONFLICT   ((uima::TyErrorId)( 53 + UIMA_ERR_ENGINE_OFFSET))
#define UIMA_ERR_INCOMPATIBLE_INDEX_DEFINITIONS   ((uima::TyErrorId)( 54 + UIMA_ERR_ENGINE_OFFSET))
#define UIMA_ERR_WRONG_DESERIALIZED_DATA   ((uima::TyErrorId)( 55 + UIMA_ERR_ENGINE_OFFSET))
#define UIMA_ERR_INCOMPATIBLE_PARENT_TYPES   ((uima::TyErrorId)( 56 + UIMA_ERR_ENGINE_OFFSET))
#define UIMA_ERR_JAVA_EXCEPTION   ((uima::TyErrorId)( 57 + UIMA_ERR_ENGINE_OFFSET))
#define UIMA_ERR_COULD_NOT_LOAD_JAVA_DLL   ((uima::TyErrorId)( 58 + UIMA_ERR_ENGINE_OFFSET))
#define UIMA_ERR_ENGINE_INCOMPATIBLE_CAS   ((uima::TyErrorId)( 59 + UIMA_ERR_ENGINE_OFFSET))
#define UIMA_ERR_ENGINE_NO_CAS   ((uima::TyErrorId)( 60 + UIMA_ERR_ENGINE_OFFSET))
#define UIMA_ERR_DUPLICATE_EXISTS   ((uima::TyErrorId)( 61 + UIMA_ERR_ENGINE_OFFSET))
#define UIMA_ERR_INVALID_FEATURE_VALUE_BEGIN   ((uima::TyErrorId)( 62 + UIMA_ERR_ENGINE_OFFSET))
#define UIMA_ERR_INVALID_FEATURE_VALUE_END   ((uima::TyErrorId)( 63 + UIMA_ERR_ENGINE_OFFSET))
#define UIMA_ERR_CASPOOL_CREATE_CASDEFINITION   ((uima::TyErrorId)( 64 + UIMA_ERR_ENGINE_OFFSET))
 Could not define the CAS Definition.
#define UIMA_ERR_CASPOOL_CREATE_CAS   ((uima::TyErrorId)( 65 + UIMA_ERR_ENGINE_OFFSET))
 Could not define the CASPool from the CAS Definition.
#define UIMA_ERR_SOFADATASTREAM   ((uima::TyErrorId)( 66 + UIMA_ERR_ENGINE_OFFSET))
 Could not get stream access sofa data.
#define UIMA_ERR_PROCESS_OUTPUT_CAS   ((uima::TyErrorId)( 67 + UIMA_ERR_ENGINE_OFFSET))
 Could not process and output a CAS.
#define UIMA_ERR_CODEPAGE   ((uima::TyErrorId)( 68 + UIMA_ERR_ENGINE_OFFSET))
 Codepage conversion errors.
#define UIMA_ERR_INVALID_BASE_CAS_METHOD   ((uima::TyErrorId)( 69 + UIMA_ERR_ENGINE_OFFSET))
 Codepage conversion errors.
#define UIMA_ERR_CASPOOL_GET_CAS   ((uima::TyErrorId)( 70 + UIMA_ERR_ENGINE_OFFSET))
 CASPool errors.

UIMA_ERR_DOCUMENT ...

#define UIMA_ERR_DOCUMENT_OFFSET   ((uima::TyErrorId)(7000 + UIMA_ERROR_USER_FIRST))
#define UIMA_ERR_DOCUMENT_INVALID_INDEX   ((uima::TyErrorId)( 0 + UIMA_ERR_DOCUMENT_OFFSET))
 An attempt has been made to create a document reference, or document position with an invalid document index.
#define UIMA_ERR_DOCUMENT_EMPTY_REFERENCE   ((uima::TyErrorId)( 2 + UIMA_ERR_DOCUMENT_OFFSET))
 An attempt has been made to create an empty document reference, such as a document reference with a length 0.
#define UIMA_ERR_DOCUMENT_INVAL_COPY_OP   ((uima::TyErrorId)( 3 + UIMA_ERR_DOCUMENT_OFFSET))
 An attempt has been made to extract a contiguous document text from a document reference using theDocReference::copyTextToUString() method.
#define UIMA_ERR_DOCUMENT_PARSING   ((uima::TyErrorId)( 4 + UIMA_ERR_DOCUMENT_OFFSET))
 Error during document parsing error .

UIMA_ERR_CPCONVERSION ...

#define UIMA_ERR_CPCONVERSION_OFFSET   ((uima::TyErrorId)(8000 + UIMA_ERROR_USER_FIRST))
#define UIMA_ERR_CPCONVERSION_ILLEGAL_CALL   ((uima::TyErrorId)( 0 + UIMA_ERR_CPCONVERSION_OFFSET))
 An invalid conversion function has been invoked.
#define UIMA_ERR_CPCONVERSION_OVERFLOW   ((uima::TyErrorId)( 1 + UIMA_ERR_CPCONVERSION_OFFSET))
 An attempt has been made to convert a buffer of bytes from one CCSID to another, where the target buffer for the conversion was not large enough to hold all characters.
#define UIMA_ERR_CPCONVERSION_INVALID_SRCSEQ   ((uima::TyErrorId)( 2 + UIMA_ERR_CPCONVERSION_OFFSET))
 The source buffer for a character conversion from one CCSID to another contains an invalid UTF-8 or DBCS sequence.
#define UIMA_ERR_CPCONVERSION_INVALID_DBCS_SRC   ((uima::TyErrorId)( 3 + UIMA_ERR_CPCONVERSION_OFFSET))
 The source buffer for a character conversion from one CCSID to another contains an DBCS sequence.
#define UIMA_ERR_CPCONVERSION_NOT_SUPPORTED   ((uima::TyErrorId)( 4 + UIMA_ERR_CPCONVERSION_OFFSET))
 An illegal attempt has been made to use a converter.

UIMA_ERR_USER_ANNOTATOR ...

#define UIMA_ERR_USER_ANNOTATOR_OFFSET   ((uima::TyErrorId)(9000 + UIMA_ERROR_USER_FIRST))
#define UIMA_ERR_USER_ANNOTATOR_OUT_OF_MEMORY   ((uima::TyErrorId)( 0 + UIMA_ERR_USER_ANNOTATOR_OFFSET))
 The user annotator could not allocate enough memory for its mission.
#define UIMA_ERR_USER_ANNOTATOR_RESOURCE_NOT_FOUND   ((uima::TyErrorId)( 1 + UIMA_ERR_USER_ANNOTATOR_OFFSET))
 The user annotator could not find or allocate a vital resource.
#define UIMA_ERR_USER_ANNOTATOR_RESOURCE_NOT_READABLE   ((uima::TyErrorId)( 2 + UIMA_ERR_USER_ANNOTATOR_OFFSET))
 The user annotator could not read a vital resource.
#define UIMA_ERR_USER_ANNOTATOR_RESOURCE_CORRUPTED   ((uima::TyErrorId)( 3 + UIMA_ERR_USER_ANNOTATOR_OFFSET))
 The user annotator detected that one of its vital resources is corrupted and therefore, cannot be used or loaded.
#define UIMA_ERR_USER_ANNOTATOR_RESOURCE_EMPTY   ((uima::TyErrorId)( 4 + UIMA_ERR_USER_ANNOTATOR_OFFSET))
 The user annotator detected that one of its vital resources is empty and therefore, cannot be used or loaded.
#define UIMA_ERR_USER_ANNOTATOR_PREREQ_VIOLATION   ((uima::TyErrorId)( 5 + UIMA_ERR_USER_ANNOTATOR_OFFSET))
 The user annotator detected that it cannot execute due to unfulfilled prerequisites.
#define UIMA_ERR_USER_ANNOTATOR_IO_PROBLEM   ((uima::TyErrorId)( 6 + UIMA_ERR_USER_ANNOTATOR_OFFSET))
 The user annotator could not process due to a general I/O problem.
#define UIMA_ERR_USER_ANNOTATOR_IO_WRITE_PROBLEM   ((uima::TyErrorId)( 7 + UIMA_ERR_USER_ANNOTATOR_OFFSET))
 The user annotator could not process due to a general write problem.
#define UIMA_ERR_USER_ANNOTATOR_IO_READ_PROBLEM   ((uima::TyErrorId)( 8 + UIMA_ERR_USER_ANNOTATOR_OFFSET))
 The user annotator could not process due to a general read problem.
#define UIMA_ERR_USER_ANNOTATOR_IO_PERMISSION_DENIED   ((uima::TyErrorId)( 9 + UIMA_ERR_USER_ANNOTATOR_OFFSET))
 The user annotator could not process due to a general I/O permission problem.
#define UIMA_ERR_USER_ANNOTATOR_IO_NOT_EXISTENT   ((uima::TyErrorId)( 10 + UIMA_ERR_USER_ANNOTATOR_OFFSET))
 The user annotator could not process due to an I/O resource, which is unavailable.
#define UIMA_ERR_USER_ANNOTATOR_IO_ALREADY_IN_USE   ((uima::TyErrorId)( 11 + UIMA_ERR_USER_ANNOTATOR_OFFSET))
 The user annotator could not process due to an I/O resource, which by exclusive access is already locked by another process.
#define UIMA_ERR_USER_ANNOTATOR_IO_STILL_IN_USE   ((uima::TyErrorId)( 12 + UIMA_ERR_USER_ANNOTATOR_OFFSET))
 The user annotator could not process due to an I/O resource, which by exclusive access is still locked by another process.
#define UIMA_ERR_USER_ANNOTATOR_IO_INVALID_NAME   ((uima::TyErrorId)( 13 + UIMA_ERR_USER_ANNOTATOR_OFFSET))
 The user annotator could not process due to an invalid I/O resource name.
#define UIMA_ERR_USER_ANNOTATOR_COULD_NOT_INIT   ((uima::TyErrorId)( 14 + UIMA_ERR_USER_ANNOTATOR_OFFSET))
 The user annotator could not initialize itself.
#define UIMA_ERR_USER_ANNOTATOR_COULD_NOT_PROCESS   ((uima::TyErrorId)( 15 + UIMA_ERR_USER_ANNOTATOR_OFFSET))
 The user annotator could not process document data.
#define UIMA_ERR_USER_ANNOTATOR_COULD_NOT_CONFIG   ((uima::TyErrorId)( 16 + UIMA_ERR_USER_ANNOTATOR_OFFSET))
 The user annotator could not reconfigure itself.
#define UIMA_ERR_USER_ANNOTATOR_COULD_NOT_DEINIT   ((uima::TyErrorId)( 17 + UIMA_ERR_USER_ANNOTATOR_OFFSET))
 The user annotator could not deinitialize itself.
#define UIMA_ERR_USER_ANNOTATOR_CONFIG_MISSING_PARAM   ((uima::TyErrorId)( 18 + UIMA_ERR_USER_ANNOTATOR_OFFSET))
 The user annotator is missing a vital parameter from the annotator configuration.
#define UIMA_ERR_USER_ANNOTATOR_CONFIG_INVALID_PARAM   ((uima::TyErrorId)( 19 + UIMA_ERR_USER_ANNOTATOR_OFFSET))
 The user annotator detected an invalid parameter in the annotator configuration.
#define UIMA_ERR_USER_ANNOTATOR_ERROR_IN_SUBSYSTEM   ((uima::TyErrorId)( 20 + UIMA_ERR_USER_ANNOTATOR_OFFSET))
 The user annotator detected an in a legacy subsystem.
#define UIMA_ERR_USER_ANNOTATOR_ERROR_UNSPECIFIED   ((uima::TyErrorId)( 21 + UIMA_ERR_USER_ANNOTATOR_OFFSET))
 The user annotator has an unspecified error.

Defines

#define UIMA_ERR_NONE   ((uima::TyErrorId) 0)
 A UIMACPP function executed successfully.
#define UIMA_ERROR_USER_FIRST   ((uima::TyErrorId) 1000)
#define UIMA_ERROR_USER_LAST   ((uima::TyErrorId) 999999)
#define UIMA_ERROR_APR_OFFSET   ((uima::TyErrorId) 100)
#define UIMA_ERR_APR_FAILURE   ((uima::TyErrorId)( 1 + UIMA_ERROR_APR_OFFSET))

Typedefs

typedef signed long TyErrorId
 A type for all UIMACPP error ids.


Define Documentation

#define UIMA_ERR_NONE   ((uima::TyErrorId) 0)
 

A UIMACPP function executed successfully.

#define UIMA_ERROR_USER_FIRST   ((uima::TyErrorId) 1000)
 

#define UIMA_ERROR_USER_LAST   ((uima::TyErrorId) 999999)
 

#define UIMA_ERROR_APR_OFFSET   ((uima::TyErrorId) 100)
 

#define UIMA_ERR_APR_FAILURE   ((uima::TyErrorId)( 1 + UIMA_ERROR_APR_OFFSET))
 

#define UIMA_ERR_RESMGR_OFFSET   ((uima::TyErrorId)( 0 + UIMA_ERROR_USER_FIRST))
 

#define UIMA_ERR_RESMGR_OUT_OF_MEMORY   ((uima::TyErrorId)( 0 + UIMA_ERR_RESMGR_OFFSET))
 

The UIMACPP resource manager could not allocate vital resources.

UIMACPP resource manager could not be initialized, which means that instantiation of a UIMACPP Engine is not possible.

#define UIMA_ERR_RESMGR_COULD_NOT_LOAD_RESOURCE   ((uima::TyErrorId)( 1 + UIMA_ERR_RESMGR_OFFSET))
 

The resource manager could not load the specified resource.

The resource manager could not a resource file for the specified language.

#define UIMA_ERR_RESMGR_RESOURCE_HAS_INVALID_ENTRY   ((uima::TyErrorId)( 2 + UIMA_ERR_RESMGR_OFFSET))
 

The stopword filter resource could not be loaded.

The resource manager could not find a stopword file for the document language.

#define UIMA_ERR_RESMGR_COULD_NOT_INITIALIZE_RESOURCE   ((uima::TyErrorId)( 3 + UIMA_ERR_RESMGR_OFFSET))
 

#define UIMA_ERR_RESMGR_COULD_NOT_INITIALIZE_XML4C   ((uima::TyErrorId)( 4 + UIMA_ERR_RESMGR_OFFSET))
 

#define UIMA_ERR_RESMGR_INVALID_RESOURCE   ((uima::TyErrorId)( 5 + UIMA_ERR_RESMGR_OFFSET))
 

#define UIMA_ERR_RESMGR_NO_RESOURCE_FACTORY_FOR_KIND   ((uima::TyErrorId)( 6 + UIMA_ERR_RESMGR_OFFSET))
 

#define UIMA_ERR_RESMGR_COULD_NOT_TERMINATE_XML4C   ((uima::TyErrorId)( 7 + UIMA_ERR_RESMGR_OFFSET))
 

#define UIMA_ERR_RESMGR_DATA_DIR_DOES_NOT_EXIST   ((uima::TyErrorId)( 8 + UIMA_ERR_RESMGR_OFFSET))
 

#define UIMA_ERR_RESMGR_WORK_DIR_DOES_NOT_EXIST   ((uima::TyErrorId)( 9 + UIMA_ERR_RESMGR_OFFSET))
 

#define UIMA_ERR_ANNOTATOR_OFFSET   ((uima::TyErrorId)(1000 + UIMA_ERROR_USER_FIRST))
 

#define UIMA_ERR_ANNOTATOR_COULD_NOT_FIND   ((uima::TyErrorId)( 0 + UIMA_ERR_ANNOTATOR_OFFSET))
 

The specified annotator could not be found.

#define UIMA_ERR_ANNOTATOR_COULD_NOT_LOAD   ((uima::TyErrorId)( 1 + UIMA_ERR_ANNOTATOR_OFFSET))
 

The specified annotator could not be loaded.

#define UIMA_ERR_ANNOTATOR_COULD_NOT_CREATE   ((uima::TyErrorId)( 2 + UIMA_ERR_ANNOTATOR_OFFSET))
 

The specified annotator could not be created as the annotator function tafAnnotatorCreate() returned 0.

#define UIMA_ERR_ANNOTATOR_MISSING_INFO   ((uima::TyErrorId)( 3 + UIMA_ERR_ANNOTATOR_OFFSET))
 

The specified annotator does not contain the required function tafAnnotatorEnumerateInfo().

#define UIMA_ERR_ANNOTATOR_MISSING_INFO_NAME   ((uima::TyErrorId)( 4 + UIMA_ERR_ANNOTATOR_OFFSET))
 

The specified annotator does not return a valid value for a call to tafAnnotatorEnumerateInfo().

#define UIMA_ERR_ANNOTATOR_MISSING_CREATE   ((uima::TyErrorId)( 5 + UIMA_ERR_ANNOTATOR_OFFSET))
 

The specified annotator does not contain the required function tafAnnotatorCreate().

#define UIMA_ERR_ANNOTATOR_MISSING_INIT   ((uima::TyErrorId)( 6 + UIMA_ERR_ANNOTATOR_OFFSET))
 

The specified annotator does not contain the required function tafAnnotatorInit().

#define UIMA_ERR_ANNOTATOR_MISSING_TYPESYSTEMINIT   ((uima::TyErrorId)( 7 + UIMA_ERR_ANNOTATOR_OFFSET))
 

The specified annotator does not contain the required function tafAnnotatorCacheTypes().

#define UIMA_ERR_ANNOTATOR_MISSING_DEINIT   ((uima::TyErrorId)( 8 + UIMA_ERR_ANNOTATOR_OFFSET))
 

The specified annotator does not contain the required function tafAnnotatorDeInit().

#define UIMA_ERR_ANNOTATOR_MISSING_PROCESSDOCUMENT   ((uima::TyErrorId)( 9 + UIMA_ERR_ANNOTATOR_OFFSET))
 

The specified annotator does not contain the required function tafPlugProcessDocument().

#define UIMA_ERR_ANNOTATOR_MISSING_CONFIG   ((uima::TyErrorId)( 11 + UIMA_ERR_ANNOTATOR_OFFSET))
 

The specified annotator does not contain the required function tafPlugConfig().

#define UIMA_ERR_ANNOTATOR_MISSING_ENUMERATETYPESGENERATED   ((uima::TyErrorId)( 12 + UIMA_ERR_ANNOTATOR_OFFSET))
 

The specified annotator does not contain the required function tafAnnotatorEnumerateTypesGenerated().

#define UIMA_ERR_ANNOTATOR_MISSING_ENUMERATETYPESREQUIRED   ((uima::TyErrorId)( 13 + UIMA_ERR_ANNOTATOR_OFFSET))
 

The specified annotator does not contain the required function tafAnnotatorEnumerateTypesRequired().

#define UIMA_ERR_ANNOTATOR_MISSING_ENUMERATETYPESRECOMMENDED   ((uima::TyErrorId)( 14 + UIMA_ERR_ANNOTATOR_OFFSET))
 

The specified annotator does not contain the required function tafAnnotatorEnumerateTypesRecommended().

#define UIMA_ERR_ANNOTATOR_MISSING_ENUMERATELANGSUPPORTED   ((uima::TyErrorId)( 15 + UIMA_ERR_ANNOTATOR_OFFSET))
 

The specified annotator does not contain the required function tafAnnotatorEnumerateLangSupported().

#define UIMA_ERR_ANNOTATOR_ENUMERATION_OVERFLOW   ((uima::TyErrorId)( 16 + UIMA_ERR_ANNOTATOR_OFFSET))
 

The specified annotator has been called using an enumeration function, with an enumeration value of 1024.

The annotator manager will stop calling the annotator if an enumeration function still returns valid values for such an enumeration value.

#define UIMA_ERR_ANNOTATOR_LANG_NOT_SUPPORTED   ((uima::TyErrorId)( 17 + UIMA_ERR_ANNOTATOR_OFFSET))
 

The specified annotator does not support the current document language.

#define UIMA_ERR_ANNOTATOR_MGR_INVAL_ANNOTATOR_REQUEST   ((uima::TyErrorId)( 100 + UIMA_ERR_ANNOTATOR_OFFSET))
 

The annotator manager has been called with an invalid annotator specification.

#define UIMA_ERR_ANNOTATOR_MGR_INVAL_ANNOTATOR_FILENAME   ((uima::TyErrorId)( 101 + UIMA_ERR_ANNOTATOR_OFFSET))
 

The annotator manager has been called with an invalid annotator filename.

#define UIMA_ERR_ANNOTATOR_MGR_INVAL_ANNOTATOR_SYMNAME   ((uima::TyErrorId)( 102 + UIMA_ERR_ANNOTATOR_OFFSET))
 

The annotator manager has been called with an invalid annotator symbolic name.

#define UIMA_ERR_ANNOTATOR_MGR_LANG_NOT_SUPPORTED_FOR_ANNOTATOR   ((uima::TyErrorId)( 103 + UIMA_ERR_ANNOTATOR_OFFSET))
 

The annotator manager has been called through method Engine::processDocument(), and some annotators could not handle the document using the current document language.

The error is more of an information message and will not be generated if the configuration option ProcessUnsupportedLanguages is set to a true value.

#define UIMA_ERR_ANNOTATOR_MGR_CONFIG_NO_ANNOTATORS_SPECIFIED   ((uima::TyErrorId)( 104 + UIMA_ERR_ANNOTATOR_OFFSET))
 

#define UIMA_ERR_ANNOTATOR_MGR_CONFIG_NO_TARGETTYPES_SPECIFIED   ((uima::TyErrorId)( 105 + UIMA_ERR_ANNOTATOR_OFFSET))
 

#define UIMA_ERR_ANNOTATOR_MGR_CONFIG_INVALID_RESULTSPECIFICATION   ((uima::TyErrorId)( 106 + UIMA_ERR_ANNOTATOR_OFFSET))
 

#define UIMA_ERR_ANNOTATOR_MGR_CONFIG_TARGETTYPE_NOT_GENERATED   ((uima::TyErrorId)( 107 + UIMA_ERR_ANNOTATOR_OFFSET))
 

#define UIMA_ERR_CONFIG_OFFSET   ((uima::TyErrorId)(2000 + UIMA_ERROR_USER_FIRST))
 

#define UIMA_ERR_CONFIG_FILE_NOT_FOUND   ((uima::TyErrorId)( 0 + UIMA_ERR_CONFIG_OFFSET))
 

#define UIMA_ERR_CONFIG_REQUIRED_SECTION_NOT_FOUND   ((uima::TyErrorId)( 1 + UIMA_ERR_CONFIG_OFFSET))
 

#define UIMA_ERR_CONFIG_REQUIRED_OPTION_NOT_FOUND   ((uima::TyErrorId)( 2 + UIMA_ERR_CONFIG_OFFSET))
 

#define UIMA_ERR_CONFIG_SPECIFIED_ANNOTATOR_NOT_FOUND   ((uima::TyErrorId)( 3 + UIMA_ERR_CONFIG_OFFSET))
 

#define UIMA_ERR_CONFIG_NO_ANNOTATORS_SPECIFIED   ((uima::TyErrorId)( 4 + UIMA_ERR_CONFIG_OFFSET))
 

#define UIMA_ERR_CONFIG_FILE_NOT_LOADED   ((uima::TyErrorId)( 5 + UIMA_ERR_CONFIG_OFFSET))
 

#define UIMA_ERR_CONFIG_OPTION_NOT_FOUND   ((uima::TyErrorId)( 6 + UIMA_ERR_CONFIG_OFFSET))
 

#define UIMA_ERR_CONFIG_REQUIRED_OPTION_IS_EMPTY   ((uima::TyErrorId)( 7 + UIMA_ERR_CONFIG_OFFSET))
 

#define UIMA_ERR_CONFIG_OPTION_IS_EMPTY   ((uima::TyErrorId)( 8 + UIMA_ERR_CONFIG_OFFSET))
 

#define UIMA_ERR_CONFIG_INDEX_OUT_OF_BOUNDS   ((uima::TyErrorId)( 9 + UIMA_ERR_CONFIG_OFFSET))
 

#define UIMA_ERR_CONFIG_SAVE_FILE_NOT_VALID   ((uima::TyErrorId)( 10 + UIMA_ERR_CONFIG_OFFSET))
 

#define UIMA_ERR_CONFIG_INVALID_OPTION_VALUE   ((uima::TyErrorId)( 11 + UIMA_ERR_CONFIG_OFFSET))
 

#define UIMA_ERR_CONFIG_PART_EXISTS   ((uima::TyErrorId)( 12 + UIMA_ERR_CONFIG_OFFSET))
 

#define UIMA_ERR_CONFIG_PART_DOES_NOT_EXIST   ((uima::TyErrorId)( 13 + UIMA_ERR_CONFIG_OFFSET))
 

#define UIMA_ERR_CONFIG_SECTION_FOR_APPKEY_NOT_FOUND   ((uima::TyErrorId)( 14 + UIMA_ERR_CONFIG_OFFSET))
 

#define UIMA_ERR_CONFIG_SECTION_FOR_ANNOTATOR_NOT_FOUND   ((uima::TyErrorId)( 15 + UIMA_ERR_CONFIG_OFFSET))
 

#define UIMA_ERR_CONFIG_SECTION_FOR_TYPE_NOT_FOUND   ((uima::TyErrorId)( 16 + UIMA_ERR_CONFIG_OFFSET))
 

#define UIMA_ERR_CONFIG_SECTION_FOR_FILTER_NOT_FOUND   ((uima::TyErrorId)( 17 + UIMA_ERR_CONFIG_OFFSET))
 

#define UIMA_ERR_CONFIG_SECTION_NOT_FOUND   ((uima::TyErrorId)( 18 + UIMA_ERR_CONFIG_OFFSET))
 

#define UIMA_ERR_CONFIG_INVALID_EXTRACTOR_FOR_TYPE   ((uima::TyErrorId)( 19 + UIMA_ERR_CONFIG_OFFSET))
 

#define UIMA_ERR_CONFIG_DUPLICATE_INDEX_LABEL   ((uima::TyErrorId)( 20 + UIMA_ERR_CONFIG_OFFSET))
 

#define UIMA_ERR_CONFIG_DUPLICATE_TYPE_NAME   ((uima::TyErrorId)( 21 + UIMA_ERR_CONFIG_OFFSET))
 

#define UIMA_ERR_CONFIG_DUPLICATE_FEATURE_NAME   ((uima::TyErrorId)( 22 + UIMA_ERR_CONFIG_OFFSET))
 

#define UIMA_ERR_CONFIG_COULD_NOT_INITIALIZE_XML4C   ((uima::TyErrorId)( 23 + UIMA_ERR_CONFIG_OFFSET))
 

#define UIMA_ERR_CONFIG_NAME_VALUE_PAIR_NOT_FOUND   ((uima::TyErrorId)( 24 + UIMA_ERR_CONFIG_OFFSET))
 

#define UIMA_ERR_CONFIG_NO_DEFAULT_GROUP_DEFINED   ((uima::TyErrorId)( 25 + UIMA_ERR_CONFIG_OFFSET))
 

#define UIMA_ERR_CONFIG_NO_GROUPS_DEFINED   ((uima::TyErrorId)( 26 + UIMA_ERR_CONFIG_OFFSET))
 

#define UIMA_ERR_CONFIG_INVALID_GROUP_NAME   ((uima::TyErrorId)( 27 + UIMA_ERR_CONFIG_OFFSET))
 

#define UIMA_ERR_CONFIG_INVALID_PARAM_NAME   ((uima::TyErrorId)( 28 + UIMA_ERR_CONFIG_OFFSET))
 

#define UIMA_ERR_CONFIG_OBJECT_COMITTED   ((uima::TyErrorId)( 29 + UIMA_ERR_CONFIG_OFFSET))
 

#define UIMA_ERR_CONFIG_INVALID_XML_TAG   ((uima::TyErrorId)( 30 + UIMA_ERR_CONFIG_OFFSET))
 

#define UIMA_ERR_CONFIG_PARAM_NOT_DEFINED_IN_GROUP   ((uima::TyErrorId)( 31 + UIMA_ERR_CONFIG_OFFSET))
 

#define UIMA_ERR_CONFIG_PARAM_NOT_DEFINED   ((uima::TyErrorId)( 32 + UIMA_ERR_CONFIG_OFFSET))
 

#define UIMA_ERR_CONFIG_INVALID_TYPE_FOR_PARAM   ((uima::TyErrorId)( 33 + UIMA_ERR_CONFIG_OFFSET))
 

#define UIMA_ERR_CONFIG_NO_VALUE_FOR_MANDATORY_PARAM   ((uima::TyErrorId)( 34 + UIMA_ERR_CONFIG_OFFSET))
 

#define UIMA_ERR_CONFIG_NO_VALUE_FOR_MANDATORY_PARAM_IN_GROUP   ((uima::TyErrorId)( 35 + UIMA_ERR_CONFIG_OFFSET))
 

#define UIMA_ERR_CONFIG_DUPLICATE_CONFIG_PARAM   ((uima::TyErrorId)( 36 + UIMA_ERR_CONFIG_OFFSET))
 

#define UIMA_ERR_CONFIG_DUPLICATE_NAME_VALUE_PAIR   ((uima::TyErrorId)( 37 + UIMA_ERR_CONFIG_OFFSET))
 

#define UIMA_ERR_CONFIG_DUPLICATE_GROUP   ((uima::TyErrorId)( 38 + UIMA_ERR_CONFIG_OFFSET))
 

#define UIMA_ERR_CONFIG_ALLOWED_VALUES_DEFINED_FOR_NON_STRING_TYPE   ((uima::TyErrorId)( 39 + UIMA_ERR_CONFIG_OFFSET))
 

#define UIMA_ERR_CONFIG_CYCLIC_XINCLUSION   ((uima::TyErrorId)( 40 + UIMA_ERR_CONFIG_OFFSET))
 

#define UIMA_ERR_CONFIG_INVALID_XINCLUDE_TAG   ((uima::TyErrorId)( 41 + UIMA_ERR_CONFIG_OFFSET))
 

#define UIMA_ERR_CONFIG_INVALID_XML_ATTRIBUTE_VALUE   ((uima::TyErrorId)( 42 + UIMA_ERR_CONFIG_OFFSET))
 

#define UIMA_ERR_CONFIG_DUPLICATE_ALLOWED_VALUE   ((uima::TyErrorId)( 43 + UIMA_ERR_CONFIG_OFFSET))
 

#define UIMA_ERR_IMPORT_INVALID_XML_ATTRIBUTE   ((uima::TyErrorId)( 44 + UIMA_ERR_CONFIG_OFFSET))
 

#define UIMA_ERR_CONFIG_OBJECT_NOT_FOUND   ((uima::TyErrorId)( 45 + UIMA_ERR_CONFIG_OFFSET))
 

#define UIMA_ERR_FILTER_OFFSET   ((uima::TyErrorId)(3000 + UIMA_ERROR_USER_FIRST))
 

#define UIMA_ERR_FILTER_OUT_OF_MEMORY   ((uima::TyErrorId)( 0 + UIMA_ERR_FILTER_OFFSET))
 

The UIMACPP filter manager could not allocate memory, which means that some filters could not be loaded.

See the trace for details.

#define UIMA_ERR_FILTER_COULD_NOT_INIT   ((uima::TyErrorId)( 1 + UIMA_ERR_FILTER_OFFSET))
 

The UIMACPP filter manager could initialize the filter as specified in the UIMA configuration.

#define UIMA_ERR_FILTER_INVALID_TYPE_SPECIFIED   ((uima::TyErrorId)( 3 + UIMA_ERR_FILTER_OFFSET))
 

An invalid filter type (keyword) is specified in the UIMA configuration.

#define UIMA_ERR_ENGINE_OFFSET   ((uima::TyErrorId)(4000 + UIMA_ERROR_USER_FIRST))
 

#define UIMA_ERR_ENGINE_OUT_OF_MEMORY   ((uima::TyErrorId)( 0 + UIMA_ERR_ENGINE_OFFSET))
 

The UIMACPP engine could not allocate enough memory.

Check and decrease the settings for the memory pool.

#define UIMA_ERR_ENGINE_INVALID_CALLING_SEQUENCE   ((uima::TyErrorId)( 1 + UIMA_ERR_ENGINE_OFFSET))
 

The UIMACPP engine functions were called in an inappropriate sequence.

Refer to the UIMACPP manual for more details on the correct calling sequence.

#define UIMA_ERR_ENGINE_UNEXPECTED_EXCEPTION   ((uima::TyErrorId)( 2 + UIMA_ERR_ENGINE_OFFSET))
 

An unexpected exception occured in the engine.

This is an internal error and should be reported to the UIMA team.

#define UIMA_ERR_ENGINE_COULD_NOT_INIT_MEMPOOL_DOC   ((uima::TyErrorId)( 3 + UIMA_ERR_ENGINE_OFFSET))
 

The memory pool for the document buffer could not be initalized as there is not enough memory for the pool size specification in the UIMA configuration.

#define UIMA_ERR_ENGINE_COULD_NOT_INIT_MEMPOOL_MISC   ((uima::TyErrorId)( 4 + UIMA_ERR_ENGINE_OFFSET))
 

The memory pool for miscellaneous items could not be initalized as there is not enough memory for the pool size specification in the UIMA configuration.

#define UIMA_ERR_ENGINE_COULD_NOT_INIT_MEMPOOL_INST   ((uima::TyErrorId)( 5 + UIMA_ERR_ENGINE_OFFSET))
 

The memory pool for instance data could not be initalized as there is not enough memory for the pool size specification in the UIMA configuration.

#define UIMA_ERR_ENGINE_COULD_NOT_INIT_MEMPOOL_COLL   ((uima::TyErrorId)( 6 + UIMA_ERR_ENGINE_OFFSET))
 

The memory pool for collection data could not be initalized as there is not enough memory for the pool size specification in the UIMA configuration.

#define UIMA_ERR_ENGINE_ALREADY_INITIALIZED   ((uima::TyErrorId)( 7 + UIMA_ERR_ENGINE_OFFSET))
 

An attempt has been made to call method Engine::init() multiple times.

#define UIMA_ERR_ENGINE_CONFIGNAME_INVALPTR   ((uima::TyErrorId)( 8 + UIMA_ERR_ENGINE_OFFSET))
 

The configuration name passed to the UIMACPP engine as a C string pointer is an invalid pointer.

#define UIMA_ERR_ENGINE_CONFIGNAME_INVALID   ((uima::TyErrorId)( 9 + UIMA_ERR_ENGINE_OFFSET))
 

The configuration name passed to the UIMACPP engine as a C string pointer is invalid, and probably empty.

#define UIMA_ERR_ENGINE_APPNAME_INVALPTR   ((uima::TyErrorId)( 10 + UIMA_ERR_ENGINE_OFFSET))
 

The application name passed to the UIMACPP engine as a C string pointer is an invalid pointer.

#define UIMA_ERR_ENGINE_APPNAME_INVALID   ((uima::TyErrorId)( 11 + UIMA_ERR_ENGINE_OFFSET))
 

The application name passed to the UIMACPP engine as a C string pointer is invalid, and probably empty.

#define UIMA_ERR_ENGINE_APPNAME_USES_INVALID_PREFIX   ((uima::TyErrorId)( 12 + UIMA_ERR_ENGINE_OFFSET))
 

The application name passed to the UIMACPP engine as a C string pointer has an invalid prefix, which is probably "UIMACPP".

#define UIMA_ERR_ENGINE_MULTILANG_PER_DOC_NOT_SUPPORTED   ((uima::TyErrorId)( 14 + UIMA_ERR_ENGINE_OFFSET))
 

UIMACPP version 1 does not support multiple languages per document.

#define UIMA_ERR_ENGINE_DOC_DATA_INVALPTR   ((uima::TyErrorId)( 15 + UIMA_ERR_ENGINE_OFFSET))
 

The document data passed to the UIMACPP engine as a pointer is an invalid pointer.

#define UIMA_ERR_ENGINE_CCSID_NOT_SUPPORTED   ((uima::TyErrorId)( 16 + UIMA_ERR_ENGINE_OFFSET))
 

The specified CCSID is not supported.

There is no CCSID to UCS-2 converter available on the system.

#define UIMA_ERR_ENGINE_CCSID_INVALID   ((uima::TyErrorId)( 17 + UIMA_ERR_ENGINE_OFFSET))
 

The specified CCSID is not a valid CCSID.

#define UIMA_ERR_ENGINE_RESMGR_NOT_INITIALIZED   ((uima::TyErrorId)( 18 + UIMA_ERR_ENGINE_OFFSET))
 

An attempt has been made to use the UIMACPP engine without having initialized the resource manager.

#define UIMA_ERR_ENGINE_LANGUAGE_INVALID   ((uima::TyErrorId)( 19 + UIMA_ERR_ENGINE_OFFSET))
 

The specified language is not a valid language.

#define UIMA_ERR_ENGINE_POOL_OUT_OF_MEMORY   ((uima::TyErrorId)( 20 + UIMA_ERR_ENGINE_OFFSET))
 

The UIMACPP engine could not allocate enough memory for its memory pools.

Check and decrease the settings for the memory pools.

#define UIMA_ERR_ENGINE_WINDOWS_EXCEPTION   ((uima::TyErrorId)( 21 + UIMA_ERR_ENGINE_OFFSET))
 

A Windows C exception has occured.

#define UIMA_ERR_INVALID_FS_OBJECT   ((uima::TyErrorId)( 22 + UIMA_ERR_ENGINE_OFFSET))
 

#define UIMA_ERR_INVALID_FSTYPE_OBJECT   ((uima::TyErrorId)( 23 + UIMA_ERR_ENGINE_OFFSET))
 

#define UIMA_ERR_INVALID_FSFEATURE_OBJECT   ((uima::TyErrorId)( 24 + UIMA_ERR_ENGINE_OFFSET))
 

#define UIMA_ERR_FEATURE_NOT_APPROPRIATE   ((uima::TyErrorId)( 25 + UIMA_ERR_ENGINE_OFFSET))
 

#define UIMA_ERR_INCOMPATIBLE_RANGE_TYPE   ((uima::TyErrorId)( 26 + UIMA_ERR_ENGINE_OFFSET))
 

#define UIMA_ERR_INVALID_INDEX_OBJECT   ((uima::TyErrorId)( 27 + UIMA_ERR_ENGINE_OFFSET))
 

#define UIMA_ERR_FS_IS_NOT_STRING   ((uima::TyErrorId)( 28 + UIMA_ERR_ENGINE_OFFSET))
 

#define UIMA_ERR_TYPESYSTEM_ALREADY_COMMITTED   ((uima::TyErrorId)( 29 + UIMA_ERR_ENGINE_OFFSET))
 

#define UIMA_ERR_FS_IS_NOT_ARRAY   ((uima::TyErrorId)( 30 + UIMA_ERR_ENGINE_OFFSET))
 

#define UIMA_ERR_WRONG_FSTYPE   ((uima::TyErrorId)( 31 + UIMA_ERR_ENGINE_OFFSET))
 

#define UIMA_ERR_LIST_IS_EMPTY   ((uima::TyErrorId)( 32 + UIMA_ERR_ENGINE_OFFSET))
 

#define UIMA_ERR_LIST_IS_CIRCULAR   ((uima::TyErrorId)( 33 + UIMA_ERR_ENGINE_OFFSET))
 

#define UIMA_ERR_FS_IS_NOT_LIST   ((uima::TyErrorId)( 34 + UIMA_ERR_ENGINE_OFFSET))
 

#define UIMA_ERR_TYPESYSTEM_NOT_YET_COMMITTED   ((uima::TyErrorId)( 35 + UIMA_ERR_ENGINE_OFFSET))
 

#define UIMA_ERR_INDEX_ALREADY_EXISTS   ((uima::TyErrorId)( 36 + UIMA_ERR_ENGINE_OFFSET))
 

#define UIMA_ERR_WRONG_FSTYPE_FOR_INDEX   ((uima::TyErrorId)( 37 + UIMA_ERR_ENGINE_OFFSET))
 

#define UIMA_ERR_INVALID_INDEX_ID   ((uima::TyErrorId)( 38 + UIMA_ERR_ENGINE_OFFSET))
 

#define UIMA_ERR_RESOURCE_NOT_FOUND   ((uima::TyErrorId)( 39 + UIMA_ERR_ENGINE_OFFSET))
 

#define UIMA_ERR_RESOURCE_EMPTY   ((uima::TyErrorId)( 40 + UIMA_ERR_ENGINE_OFFSET))
 

#define UIMA_ERR_RESOURCE_CORRUPTED   ((uima::TyErrorId)( 41 + UIMA_ERR_ENGINE_OFFSET))
 

#define UIMA_ERR_XMLTYPESYSTEMREADER   ((uima::TyErrorId)( 42 + UIMA_ERR_ENGINE_OFFSET))
 

#define UIMA_ERR_FS_ARRAY_OUT_OF_BOUNDS   ((uima::TyErrorId)( 43 + UIMA_ERR_ENGINE_OFFSET))
 

#define UIMA_ERR_NOT_YET_IMPLEMENTED   ((uima::TyErrorId)( 44 + UIMA_ERR_ENGINE_OFFSET))
 

#define UIMA_ERR_TYPE_CREATION_FAILED   ((uima::TyErrorId)( 45 + UIMA_ERR_ENGINE_OFFSET))
 

#define UIMA_ERR_FEATURE_INTRO_FAILED   ((uima::TyErrorId)( 46 + UIMA_ERR_ENGINE_OFFSET))
 

#define UIMA_ERR_COULD_NOT_CREATE_FS_OF_FINAL_TYPE   ((uima::TyErrorId)( 47 + UIMA_ERR_ENGINE_OFFSET))
 

#define UIMA_ERR_UNKNOWN_TYPE   ((uima::TyErrorId)( 48 + UIMA_ERR_ENGINE_OFFSET))
 

#define UIMA_ERR_UNKNOWN_RANGE_TYPE   ((uima::TyErrorId)( 49 + UIMA_ERR_ENGINE_OFFSET))
 

#define UIMA_ERR_UNKNOWN_FEATURE   ((uima::TyErrorId)( 50 + UIMA_ERR_ENGINE_OFFSET))
 

#define UIMA_ERR_WRONG_STRING_VALUE   ((uima::TyErrorId)( 51 + UIMA_ERR_ENGINE_OFFSET))
 

#define UIMA_ERR_ALLOWED_STRING_VALUES_INCOMPATIBLE   ((uima::TyErrorId)( 52 + UIMA_ERR_ENGINE_OFFSET))
 

#define UIMA_ERR_TYPE_PRIORITY_CONFLICT   ((uima::TyErrorId)( 53 + UIMA_ERR_ENGINE_OFFSET))
 

#define UIMA_ERR_INCOMPATIBLE_INDEX_DEFINITIONS   ((uima::TyErrorId)( 54 + UIMA_ERR_ENGINE_OFFSET))
 

#define UIMA_ERR_WRONG_DESERIALIZED_DATA   ((uima::TyErrorId)( 55 + UIMA_ERR_ENGINE_OFFSET))
 

#define UIMA_ERR_INCOMPATIBLE_PARENT_TYPES   ((uima::TyErrorId)( 56 + UIMA_ERR_ENGINE_OFFSET))
 

#define UIMA_ERR_JAVA_EXCEPTION   ((uima::TyErrorId)( 57 + UIMA_ERR_ENGINE_OFFSET))
 

#define UIMA_ERR_COULD_NOT_LOAD_JAVA_DLL   ((uima::TyErrorId)( 58 + UIMA_ERR_ENGINE_OFFSET))
 

#define UIMA_ERR_ENGINE_INCOMPATIBLE_CAS   ((uima::TyErrorId)( 59 + UIMA_ERR_ENGINE_OFFSET))
 

#define UIMA_ERR_ENGINE_NO_CAS   ((uima::TyErrorId)( 60 + UIMA_ERR_ENGINE_OFFSET))
 

#define UIMA_ERR_DUPLICATE_EXISTS   ((uima::TyErrorId)( 61 + UIMA_ERR_ENGINE_OFFSET))
 

#define UIMA_ERR_INVALID_FEATURE_VALUE_BEGIN   ((uima::TyErrorId)( 62 + UIMA_ERR_ENGINE_OFFSET))
 

#define UIMA_ERR_INVALID_FEATURE_VALUE_END   ((uima::TyErrorId)( 63 + UIMA_ERR_ENGINE_OFFSET))
 

#define UIMA_ERR_CASPOOL_CREATE_CASDEFINITION   ((uima::TyErrorId)( 64 + UIMA_ERR_ENGINE_OFFSET))
 

Could not define the CAS Definition.

#define UIMA_ERR_CASPOOL_CREATE_CAS   ((uima::TyErrorId)( 65 + UIMA_ERR_ENGINE_OFFSET))
 

Could not define the CASPool from the CAS Definition.

#define UIMA_ERR_SOFADATASTREAM   ((uima::TyErrorId)( 66 + UIMA_ERR_ENGINE_OFFSET))
 

Could not get stream access sofa data.

#define UIMA_ERR_PROCESS_OUTPUT_CAS   ((uima::TyErrorId)( 67 + UIMA_ERR_ENGINE_OFFSET))
 

Could not process and output a CAS.

#define UIMA_ERR_CODEPAGE   ((uima::TyErrorId)( 68 + UIMA_ERR_ENGINE_OFFSET))
 

Codepage conversion errors.

#define UIMA_ERR_INVALID_BASE_CAS_METHOD   ((uima::TyErrorId)( 69 + UIMA_ERR_ENGINE_OFFSET))
 

Codepage conversion errors.

#define UIMA_ERR_CASPOOL_GET_CAS   ((uima::TyErrorId)( 70 + UIMA_ERR_ENGINE_OFFSET))
 

CASPool errors.

#define UIMA_ERR_DOCUMENT_OFFSET   ((uima::TyErrorId)(7000 + UIMA_ERROR_USER_FIRST))
 

#define UIMA_ERR_DOCUMENT_INVALID_INDEX   ((uima::TyErrorId)( 0 + UIMA_ERR_DOCUMENT_OFFSET))
 

An attempt has been made to create a document reference, or document position with an invalid document index.

#define UIMA_ERR_DOCUMENT_EMPTY_REFERENCE   ((uima::TyErrorId)( 2 + UIMA_ERR_DOCUMENT_OFFSET))
 

An attempt has been made to create an empty document reference, such as a document reference with a length 0.

#define UIMA_ERR_DOCUMENT_INVAL_COPY_OP   ((uima::TyErrorId)( 3 + UIMA_ERR_DOCUMENT_OFFSET))
 

An attempt has been made to extract a contiguous document text from a document reference using theDocReference::copyTextToUString() method.

Contiguous document text must be extracted from the document using the DocReference::getAsULString() method.

#define UIMA_ERR_DOCUMENT_PARSING   ((uima::TyErrorId)( 4 + UIMA_ERR_DOCUMENT_OFFSET))
 

Error during document parsing error .

#define UIMA_ERR_CPCONVERSION_OFFSET   ((uima::TyErrorId)(8000 + UIMA_ERROR_USER_FIRST))
 

#define UIMA_ERR_CPCONVERSION_ILLEGAL_CALL   ((uima::TyErrorId)( 0 + UIMA_ERR_CPCONVERSION_OFFSET))
 

An invalid conversion function has been invoked.

This is an internal error and should be reported to the UIMA team.

#define UIMA_ERR_CPCONVERSION_OVERFLOW   ((uima::TyErrorId)( 1 + UIMA_ERR_CPCONVERSION_OFFSET))
 

An attempt has been made to convert a buffer of bytes from one CCSID to another, where the target buffer for the conversion was not large enough to hold all characters.

#define UIMA_ERR_CPCONVERSION_INVALID_SRCSEQ   ((uima::TyErrorId)( 2 + UIMA_ERR_CPCONVERSION_OFFSET))
 

The source buffer for a character conversion from one CCSID to another contains an invalid UTF-8 or DBCS sequence.

#define UIMA_ERR_CPCONVERSION_INVALID_DBCS_SRC   ((uima::TyErrorId)( 3 + UIMA_ERR_CPCONVERSION_OFFSET))
 

The source buffer for a character conversion from one CCSID to another contains an DBCS sequence.

#define UIMA_ERR_CPCONVERSION_NOT_SUPPORTED   ((uima::TyErrorId)( 4 + UIMA_ERR_CPCONVERSION_OFFSET))
 

An illegal attempt has been made to use a converter.

Before the converter can be used, a call to method ConverterABase::isSupported() must be performed in order to detect whether the converter can be used or not.

#define UIMA_ERR_USER_ANNOTATOR_OFFSET   ((uima::TyErrorId)(9000 + UIMA_ERROR_USER_FIRST))
 

#define UIMA_ERR_USER_ANNOTATOR_OUT_OF_MEMORY   ((uima::TyErrorId)( 0 + UIMA_ERR_USER_ANNOTATOR_OFFSET))
 

The user annotator could not allocate enough memory for its mission.

#define UIMA_ERR_USER_ANNOTATOR_RESOURCE_NOT_FOUND   ((uima::TyErrorId)( 1 + UIMA_ERR_USER_ANNOTATOR_OFFSET))
 

The user annotator could not find or allocate a vital resource.

#define UIMA_ERR_USER_ANNOTATOR_RESOURCE_NOT_READABLE   ((uima::TyErrorId)( 2 + UIMA_ERR_USER_ANNOTATOR_OFFSET))
 

The user annotator could not read a vital resource.

#define UIMA_ERR_USER_ANNOTATOR_RESOURCE_CORRUPTED   ((uima::TyErrorId)( 3 + UIMA_ERR_USER_ANNOTATOR_OFFSET))
 

The user annotator detected that one of its vital resources is corrupted and therefore, cannot be used or loaded.

#define UIMA_ERR_USER_ANNOTATOR_RESOURCE_EMPTY   ((uima::TyErrorId)( 4 + UIMA_ERR_USER_ANNOTATOR_OFFSET))
 

The user annotator detected that one of its vital resources is empty and therefore, cannot be used or loaded.

#define UIMA_ERR_USER_ANNOTATOR_PREREQ_VIOLATION   ((uima::TyErrorId)( 5 + UIMA_ERR_USER_ANNOTATOR_OFFSET))
 

The user annotator detected that it cannot execute due to unfulfilled prerequisites.

#define UIMA_ERR_USER_ANNOTATOR_IO_PROBLEM   ((uima::TyErrorId)( 6 + UIMA_ERR_USER_ANNOTATOR_OFFSET))
 

The user annotator could not process due to a general I/O problem.

#define UIMA_ERR_USER_ANNOTATOR_IO_WRITE_PROBLEM   ((uima::TyErrorId)( 7 + UIMA_ERR_USER_ANNOTATOR_OFFSET))
 

The user annotator could not process due to a general write problem.

#define UIMA_ERR_USER_ANNOTATOR_IO_READ_PROBLEM   ((uima::TyErrorId)( 8 + UIMA_ERR_USER_ANNOTATOR_OFFSET))
 

The user annotator could not process due to a general read problem.

#define UIMA_ERR_USER_ANNOTATOR_IO_PERMISSION_DENIED   ((uima::TyErrorId)( 9 + UIMA_ERR_USER_ANNOTATOR_OFFSET))
 

The user annotator could not process due to a general I/O permission problem.

#define UIMA_ERR_USER_ANNOTATOR_IO_NOT_EXISTENT   ((uima::TyErrorId)( 10 + UIMA_ERR_USER_ANNOTATOR_OFFSET))
 

The user annotator could not process due to an I/O resource, which is unavailable.

#define UIMA_ERR_USER_ANNOTATOR_IO_ALREADY_IN_USE   ((uima::TyErrorId)( 11 + UIMA_ERR_USER_ANNOTATOR_OFFSET))
 

The user annotator could not process due to an I/O resource, which by exclusive access is already locked by another process.

#define UIMA_ERR_USER_ANNOTATOR_IO_STILL_IN_USE   ((uima::TyErrorId)( 12 + UIMA_ERR_USER_ANNOTATOR_OFFSET))
 

The user annotator could not process due to an I/O resource, which by exclusive access is still locked by another process.

#define UIMA_ERR_USER_ANNOTATOR_IO_INVALID_NAME   ((uima::TyErrorId)( 13 + UIMA_ERR_USER_ANNOTATOR_OFFSET))
 

The user annotator could not process due to an invalid I/O resource name.

#define UIMA_ERR_USER_ANNOTATOR_COULD_NOT_INIT   ((uima::TyErrorId)( 14 + UIMA_ERR_USER_ANNOTATOR_OFFSET))
 

The user annotator could not initialize itself.

#define UIMA_ERR_USER_ANNOTATOR_COULD_NOT_PROCESS   ((uima::TyErrorId)( 15 + UIMA_ERR_USER_ANNOTATOR_OFFSET))
 

The user annotator could not process document data.

#define UIMA_ERR_USER_ANNOTATOR_COULD_NOT_CONFIG   ((uima::TyErrorId)( 16 + UIMA_ERR_USER_ANNOTATOR_OFFSET))
 

The user annotator could not reconfigure itself.

#define UIMA_ERR_USER_ANNOTATOR_COULD_NOT_DEINIT   ((uima::TyErrorId)( 17 + UIMA_ERR_USER_ANNOTATOR_OFFSET))
 

The user annotator could not deinitialize itself.

#define UIMA_ERR_USER_ANNOTATOR_CONFIG_MISSING_PARAM   ((uima::TyErrorId)( 18 + UIMA_ERR_USER_ANNOTATOR_OFFSET))
 

The user annotator is missing a vital parameter from the annotator configuration.

#define UIMA_ERR_USER_ANNOTATOR_CONFIG_INVALID_PARAM   ((uima::TyErrorId)( 19 + UIMA_ERR_USER_ANNOTATOR_OFFSET))
 

The user annotator detected an invalid parameter in the annotator configuration.

#define UIMA_ERR_USER_ANNOTATOR_ERROR_IN_SUBSYSTEM   ((uima::TyErrorId)( 20 + UIMA_ERR_USER_ANNOTATOR_OFFSET))
 

The user annotator detected an in a legacy subsystem.

#define UIMA_ERR_USER_ANNOTATOR_ERROR_UNSPECIFIED   ((uima::TyErrorId)( 21 + UIMA_ERR_USER_ANNOTATOR_OFFSET))
 

The user annotator has an unspecified error.


Typedef Documentation

typedef signed long uima::TyErrorId
 

A type for all UIMACPP error ids.


Generated on Mon Oct 1 16:04:12 2012 for UIMACPP API by  doxygen 1.3.9.1