opennlp.uima.util
Class ExceptionMessages

java.lang.Object
  extended by opennlp.uima.util.ExceptionMessages

public class ExceptionMessages
extends java.lang.Object

This class contains constants for the exception messages in the exception massage catalog.


Field Summary
static java.lang.String FEATURE_NOT_FOUND
           
static java.lang.String INVALID_DICTIONARY_FORMAT
           
static java.lang.String IO_ERROR_DICTIONARY_READING
           
static java.lang.String IO_ERROR_MODEL_READING
           
static java.lang.String MESSAGE_CATALOG
           
static java.lang.String PARAMETER_NOT_FOUND
           
static java.lang.String TYPE_NOT_FOUND
           
static java.lang.String WRONG_FEATURE_TYPE
           
static java.lang.String WRONG_PARAMETER_TYPE
           
 
Constructor Summary
ExceptionMessages()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MESSAGE_CATALOG

public static final java.lang.String MESSAGE_CATALOG
See Also:
Constant Field Values

IO_ERROR_MODEL_READING

public static final java.lang.String IO_ERROR_MODEL_READING
See Also:
Constant Field Values

IO_ERROR_DICTIONARY_READING

public static final java.lang.String IO_ERROR_DICTIONARY_READING
See Also:
Constant Field Values

INVALID_DICTIONARY_FORMAT

public static final java.lang.String INVALID_DICTIONARY_FORMAT
See Also:
Constant Field Values

PARAMETER_NOT_FOUND

public static final java.lang.String PARAMETER_NOT_FOUND
See Also:
Constant Field Values

WRONG_PARAMETER_TYPE

public static final java.lang.String WRONG_PARAMETER_TYPE
See Also:
Constant Field Values

TYPE_NOT_FOUND

public static final java.lang.String TYPE_NOT_FOUND
See Also:
Constant Field Values

FEATURE_NOT_FOUND

public static final java.lang.String FEATURE_NOT_FOUND
See Also:
Constant Field Values

WRONG_FEATURE_TYPE

public static final java.lang.String WRONG_FEATURE_TYPE
See Also:
Constant Field Values
Constructor Detail

ExceptionMessages

public ExceptionMessages()


Copyright © 2011 The Apache Software Foundation. All Rights Reserved.