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:
- java.io.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 |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getStackTrace, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
fsvars_index_doesnt_exist
public static final java.lang.String fsvars_index_doesnt_exist
- See Also:
- Constant Field Values
fsvars_type_doesnt_exist
public static final java.lang.String fsvars_type_doesnt_exist
- See Also:
- Constant Field Values
fsvars_feature_doesnt_exist
public static final java.lang.String fsvars_feature_doesnt_exist
- See Also:
- Constant Field Values
fsvars_variable_already_defined
public static final java.lang.String fsvars_variable_already_defined
- See Also:
- Constant Field Values
no_such_fsvar
public static final java.lang.String no_such_fsvar
- See Also:
- Constant Field Values
bad_typename_in_fsvar
public static final java.lang.String bad_typename_in_fsvar
- See Also:
- Constant Field Values
illegal_fsvar_value
public static final java.lang.String illegal_fsvar_value
- See Also:
- Constant Field Values
FsVariablesException
public FsVariablesException()
FsVariablesException
public FsVariablesException(java.lang.Throwable arg0)
FsVariablesException
public FsVariablesException(java.lang.String arg0,
java.lang.Object[] arg1)
FsVariablesException
public FsVariablesException(java.lang.String arg0,
java.lang.String arg1,
java.lang.Object[] arg2)
FsVariablesException
public FsVariablesException(java.lang.String arg0,
java.lang.Object[] arg1,
java.lang.Throwable arg2)
FsVariablesException
public FsVariablesException(java.lang.String arg0,
java.lang.String arg1,
java.lang.Object[] arg2,
java.lang.Throwable arg3)
Copyright © 2011. All Rights Reserved.