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 massage catalog.
- 
- 
Field SummaryFields 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 SummaryConstructors Constructor Description ExceptionMessages()
 
- 
- 
- 
Field Detail- 
MESSAGE_CATALOGpublic static final String MESSAGE_CATALOG - See Also:
- Constant Field Values
 
 - 
IO_ERROR_MODEL_READINGpublic static final String IO_ERROR_MODEL_READING - See Also:
- Constant Field Values
 
 - 
IO_ERROR_DICTIONARY_READINGpublic static final String IO_ERROR_DICTIONARY_READING - See Also:
- Constant Field Values
 
 - 
INVALID_DICTIONARY_FORMATpublic static final String INVALID_DICTIONARY_FORMAT - See Also:
- Constant Field Values
 
 - 
PARAMETER_NOT_FOUNDpublic static final String PARAMETER_NOT_FOUND - See Also:
- Constant Field Values
 
 - 
WRONG_PARAMETER_TYPEpublic static final String WRONG_PARAMETER_TYPE - See Also:
- Constant Field Values
 
 - 
TYPE_NOT_FOUNDpublic static final String TYPE_NOT_FOUND - See Also:
- Constant Field Values
 
 - 
FEATURE_NOT_FOUNDpublic static final String FEATURE_NOT_FOUND - See Also:
- Constant Field Values
 
 - 
WRONG_FEATURE_TYPEpublic static final String WRONG_FEATURE_TYPE - See Also:
- Constant Field Values
 
 
- 
 
-