org.apache.uima.fsvars
Class FsVariablesException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.uima.InternationalizedRuntimeException
org.apache.uima.UIMARuntimeException
org.apache.uima.fsvars.FsVariablesException
- All Implemented Interfaces:
- Serializable
public class FsVariablesException
- extends org.apache.uima.UIMARuntimeException
Exceptions for fsvars package.
- See Also:
- Serialized Form
Fields inherited from class org.apache.uima.UIMARuntimeException |
CAS_RELEASED_TO_WRONG_CAS_MANAGER, DEFINE_CAS_POOL_CALLED_TWICE, ECORE_UNRESOLVED_PROXY, FEATURE_NOT_FOUND_DURING_CAS_COPY, INCOMPATIBLE_TAF_JNI_LIBRARY, REQUESTED_TOO_MANY_CAS_INSTANCES, RESULT_SPEC_NULL, STANDARD_MESSAGE_CATALOG, TYPE_NOT_FOUND_DURING_CAS_COPY, UIMA_CONTEXT_NULL, UIMA_ECORE_NOT_FOUND, UNSUPPORTED_CAS_INTERFACE |
Methods inherited from class org.apache.uima.InternationalizedRuntimeException |
getArguments, getCause, getLocalizedMessage, getLocalizedMessage, getMessage, getMessageKey, getResourceBundleName, initCause |
fsvars_index_doesnt_exist
public static final String fsvars_index_doesnt_exist
- See Also:
- Constant Field Values
fsvars_type_doesnt_exist
public static final String fsvars_type_doesnt_exist
- See Also:
- Constant Field Values
fsvars_feature_doesnt_exist
public static final String fsvars_feature_doesnt_exist
- See Also:
- Constant Field Values
fsvars_variable_already_defined
public static final String fsvars_variable_already_defined
- See Also:
- Constant Field Values
no_such_fsvar
public static final String no_such_fsvar
- See Also:
- Constant Field Values
bad_typename_in_fsvar
public static final String bad_typename_in_fsvar
- See Also:
- Constant Field Values
illegal_fsvar_value
public static final String illegal_fsvar_value
- See Also:
- Constant Field Values
FsVariablesException
public FsVariablesException()
FsVariablesException
public FsVariablesException(Throwable arg0)
FsVariablesException
public FsVariablesException(String arg0,
Object[] arg1)
FsVariablesException
public FsVariablesException(String arg0,
String arg1,
Object[] arg2)
FsVariablesException
public FsVariablesException(String arg0,
Object[] arg1,
Throwable arg2)
FsVariablesException
public FsVariablesException(String arg0,
String arg1,
Object[] arg2,
Throwable arg3)
Copyright © 2006-2011 The Apache Software Foundation. All Rights Reserved.