Class CPMChunkTimeoutException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.uima.InternationalizedException
-
- org.apache.uima.UIMAException
-
- org.apache.uima.resource.ResourceProcessException
-
- org.apache.uima.collection.impl.cpm.engine.CPMChunkTimeoutException
-
- All Implemented Interfaces:
Serializable
public class CPMChunkTimeoutException extends ResourceProcessException
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.apache.uima.resource.ResourceProcessException
REQUIRED_FEATURE_STRUCTURE_MISSING_FROM_CAS, RESOURCE_DATA_NOT_VALID
-
Fields inherited from class org.apache.uima.UIMAException
STANDARD_MESSAGE_CATALOG
-
-
Constructor Summary
Constructors Constructor Description CPMChunkTimeoutException(long aDocumentId, String aThrottleID, String aDocumentURL)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getDocID()
String
getDocumentURL()
String
getThrottleID()
-
Methods inherited from class org.apache.uima.InternationalizedException
getArguments, getCause, getLocalizedMessage, getLocalizedMessage, getMessage, getMessageKey, getResourceBundleName, hasMessageKey, initCause
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getStackTrace, getSuppressed, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-