Package opennlp.uima.util
Class ExceptionMessages
- java.lang.Object
-
- opennlp.uima.util.ExceptionMessages
-
public class ExceptionMessages extends Object
This class contains constants for the exception messages in the exception message catalog.
-
-
Field Summary
Fields Modifier and Type Field Description static StringFEATURE_NOT_FOUNDstatic StringINVALID_DICTIONARY_FORMATstatic StringIO_ERROR_DICTIONARY_READINGstatic StringIO_ERROR_MODEL_READINGstatic StringMESSAGE_CATALOGstatic StringPARAMETER_NOT_FOUNDstatic StringTYPE_NOT_FOUNDstatic StringWRONG_FEATURE_TYPEstatic StringWRONG_PARAMETER_TYPE
-
Constructor Summary
Constructors Constructor Description ExceptionMessages()
-
-
-
Field Detail
-
MESSAGE_CATALOG
public static final String MESSAGE_CATALOG
- See Also:
- Constant Field Values
-
IO_ERROR_MODEL_READING
public static final String IO_ERROR_MODEL_READING
- See Also:
- Constant Field Values
-
IO_ERROR_DICTIONARY_READING
public static final String IO_ERROR_DICTIONARY_READING
- See Also:
- Constant Field Values
-
INVALID_DICTIONARY_FORMAT
public static final String INVALID_DICTIONARY_FORMAT
- See Also:
- Constant Field Values
-
PARAMETER_NOT_FOUND
public static final String PARAMETER_NOT_FOUND
- See Also:
- Constant Field Values
-
WRONG_PARAMETER_TYPE
public static final String WRONG_PARAMETER_TYPE
- See Also:
- Constant Field Values
-
TYPE_NOT_FOUND
public static final String TYPE_NOT_FOUND
- See Also:
- Constant Field Values
-
FEATURE_NOT_FOUND
public static final String FEATURE_NOT_FOUND
- See Also:
- Constant Field Values
-
WRONG_FEATURE_TYPE
public static final String WRONG_FEATURE_TYPE
- See Also:
- Constant Field Values
-
-