public class IndexingException extends UIMAException
Modifier and Type | Field and Description |
---|---|
static String |
INCOMPATIBLE_INDEX_VERSION
Message key for a standard UIMA exception message: The semantic search index at "{0}" was built
with a UIMA version prior to v2.0.
|
static String |
INVALID_ATTRIBUTE_COMBINATION_IN_BUILD_ITEM
Message key for a standard UIMA exception message: Invalid attributes in build item {0}: The
combination [{1}] is not allowed.
|
static String |
INVALID_FILTER_ESCAPE
Message key for a standard UIMA exception message: Invalid filter expression: Invalid escape
sequence {0}.
|
static String |
INVALID_FILTER_EXPECTED_DIGIT
Message key for a standard UIMA exception message: Invalid filter expression: Expected a digit
but found {0}.
|
static String |
INVALID_FILTER_EXPECTED_DIGIT_OR_POINT
Message key for a standard UIMA exception message: Invalid filter expression: Expected a digit
or '.' but found {0}.
|
static String |
INVALID_FILTER_EXPECTED_END
Message key for a standard UIMA exception message: Invalid filter expression: Expected the end
of the expression but found {0}.
|
static String |
INVALID_FILTER_EXPECTED_LITERAL
Message key for a standard UIMA exception message: Invalid filter expression: Expected a string
or number but found '{0}'.
|
static String |
INVALID_FILTER_EXPECTED_OPERATOR
Message key for a standard UIMA exception message: Invalid filter expression: Expected operator
but found {0}.
|
static String |
INVALID_FILTER_FEATURE_NAME
Message key for a standard UIMA exception message: Invalid filter expression: '{0}' cannot
start a feature name.
|
static String |
INVALID_FILTER_STRING_OPERATOR
Message key for a standard UIMA exception message: Invalid filter expression: The operator {0}
cannot be applied to strings.
|
static String |
INVALID_FILTER_UNTERMINATED_STRING
Message key for a standard UIMA exception message: Invalid filter expression: Unterminated
String: {0}.
|
static String |
UNKNOWN_FEATURE_IN_BUILD_ITEM
Message key for a standard UIMA exception message: Feature {0} referenced in build item {1} is
not known.
|
static String |
UNSUPPORTED_FILTER_SYNTAX
Message key for a standard UIMA exception message: The filter syntax {0} is not supported by
this implementation.
|
STANDARD_MESSAGE_CATALOG
Constructor and Description |
---|
IndexingException()
Creates a new exception with a null message.
|
IndexingException(String aMessageKey,
Object[] aArguments)
Creates a new exception with a message from the
UIMAException.STANDARD_MESSAGE_CATALOG . |
IndexingException(String aMessageKey,
Object[] aArguments,
Throwable aCause)
Creates a new exception with the specified cause and a message from the
UIMAException.STANDARD_MESSAGE_CATALOG . |
IndexingException(String aResourceBundleName,
String aMessageKey,
Object[] aArguments)
Creates a new exception with a the specified message.
|
IndexingException(String aResourceBundleName,
String aMessageKey,
Object[] aArguments,
Throwable aCause)
Creates a new exception with the specified message and cause.
|
IndexingException(Throwable aCause)
Creates a new exception with the specified cause and a null message.
|
getArguments, getCause, getLocalizedMessage, getLocalizedMessage, getMessage, getMessageKey, getResourceBundleName, hasMessageKey, initCause
addSuppressed, fillInStackTrace, getStackTrace, getSuppressed, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public static final String UNSUPPORTED_FILTER_SYNTAX
public static final String INVALID_FILTER_FEATURE_NAME
public static final String INVALID_FILTER_EXPECTED_LITERAL
public static final String INVALID_FILTER_ESCAPE
public static final String INVALID_FILTER_EXPECTED_DIGIT_OR_POINT
public static final String INVALID_FILTER_EXPECTED_DIGIT
public static final String INVALID_FILTER_EXPECTED_END
public static final String INVALID_FILTER_UNTERMINATED_STRING
public static final String INVALID_FILTER_EXPECTED_OPERATOR
public static final String INVALID_FILTER_STRING_OPERATOR
public static final String UNKNOWN_FEATURE_IN_BUILD_ITEM
public static final String INVALID_ATTRIBUTE_COMBINATION_IN_BUILD_ITEM
public static final String INCOMPATIBLE_INDEX_VERSION
public IndexingException()
public IndexingException(Throwable aCause)
aCause
- the original exception that caused this exception to be thrown, if anypublic IndexingException(String aResourceBundleName, String aMessageKey, Object[] aArguments)
aResourceBundleName
- the base name of the resource bundle in which the message for this exception is
located.aMessageKey
- an identifier that maps to the message for this exception. The message may contain
placeholders for arguments as defined by the
MessageFormat
class.aArguments
- The arguments to the message. null
may be used if the message has no
arguments.public IndexingException(String aResourceBundleName, String aMessageKey, Object[] aArguments, Throwable aCause)
aResourceBundleName
- the base name of the resource bundle in which the message for this exception is
located.aMessageKey
- an identifier that maps to the message for this exception. The message may contain
placeholders for arguments as defined by the
MessageFormat
class.aArguments
- The arguments to the message. null
may be used if the message has no
arguments.aCause
- the original exception that caused this exception to be thrown, if anypublic IndexingException(String aMessageKey, Object[] aArguments)
UIMAException.STANDARD_MESSAGE_CATALOG
.aMessageKey
- an identifier that maps to the message for this exception. The message may contain
placeholders for arguments as defined by the
MessageFormat
class.aArguments
- The arguments to the message. null
may be used if the message has no
arguments.public IndexingException(String aMessageKey, Object[] aArguments, Throwable aCause)
UIMAException.STANDARD_MESSAGE_CATALOG
.aMessageKey
- an identifier that maps to the message for this exception. The message may contain
placeholders for arguments as defined by the
MessageFormat
class.aArguments
- The arguments to the message. null
may be used if the message has no
arguments.aCause
- the original exception that caused this exception to be thrown, if anyCopyright © 2006–2017 The Apache Software Foundation. All rights reserved.