Class SkipCasException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.uima.collection.base_cpm.SkipCasException
- All Implemented Interfaces:
Serializable
Exception to notify the CPM to skip a Cas Processor for the current CAS. Skipping means that the
CPM will not call CasProcessor's process() method for the current CAS. It allows the CPM to
continue processing.
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SkipCasException
-