public class CleartkExtractorException extends CleartkProcessingException
DEFAULT_RESOURCE_BUNDLEANNOTATOR_EXCEPTION, FLOW_CANNOT_CONTINUE_AFTER_REMOVE, ILLEGAL_DROP_CAS, INCORRECT_CAS_INTERFACE, REMOVE_AE_FROM_FLOW_NOT_SUPPORTED, TIMEOUT_ELAPSED, UNKNOWN_ID_IN_SEQUENCE, UNSUPPORTED_CAS_TYPE, UNSUPPORTED_STEP_TYPEREQUIRED_FEATURE_STRUCTURE_MISSING_FROM_CAS, RESOURCE_DATA_NOT_VALIDSTANDARD_MESSAGE_CATALOG| Constructor and Description |
|---|
CleartkExtractorException(String resourceBundleName,
String messageKey,
Object... arguments) |
CleartkExtractorException(Throwable cause) |
CleartkExtractorException(Throwable cause,
String resourceBundleName,
String messageKey,
Object... arguments) |
| Modifier and Type | Method and Description |
|---|---|
static CleartkExtractorException |
invalidTypePath(String path,
Type type) |
static CleartkExtractorException |
moreThanOneName(String name1,
String name2) |
static CleartkExtractorException |
noAnnotationInWindow(Class<? extends Annotation> expectedType,
Annotation window) |
static CleartkExtractorException |
noAnnotationMatchingWindow(Class<? extends Annotation> expectedType,
Annotation window) |
static CleartkExtractorException |
notPrimitive(Feature feature) |
static CleartkExtractorException |
notPrimitiveArray(Feature feature) |
static CleartkExtractorException |
wrongAnnotationType(Class<? extends Annotation> expectedType,
Annotation actualAnnotation) |
static CleartkExtractorException |
wrongNumberOfAnnotations(Class<? extends Annotation> expectedType,
int expectedNumber,
int actualNumber) |
multipleExceptions, noInstanceOutcome, unsupportedOperationSetParametergetArguments, getCause, getLocalizedMessage, getLocalizedMessage, getMessage, getMessageKey, getResourceBundleName, hasMessageKey, initCauseaddSuppressed, fillInStackTrace, getStackTrace, getSuppressed, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CleartkExtractorException(String resourceBundleName, String messageKey, Object... arguments)
public CleartkExtractorException(Throwable cause)
public CleartkExtractorException(Throwable cause, String resourceBundleName, String messageKey, Object... arguments)
public static CleartkExtractorException invalidTypePath(String path, Type type)
public static CleartkExtractorException moreThanOneName(String name1, String name2)
public static CleartkExtractorException noAnnotationInWindow(Class<? extends Annotation> expectedType, Annotation window)
public static CleartkExtractorException noAnnotationMatchingWindow(Class<? extends Annotation> expectedType, Annotation window)
public static CleartkExtractorException notPrimitive(Feature feature)
public static CleartkExtractorException notPrimitiveArray(Feature feature)
public static CleartkExtractorException wrongAnnotationType(Class<? extends Annotation> expectedType, Annotation actualAnnotation)
public static CleartkExtractorException wrongNumberOfAnnotations(Class<? extends Annotation> expectedType, int expectedNumber, int actualNumber)
Copyright © 2014. All rights reserved.