org.apache.uima.collection.base_cpm
Class SkipCasException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.uima.collection.base_cpm.SkipCasException
All Implemented Interfaces:
Serializable

public class SkipCasException
extends Exception

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:
Serialized Form

Constructor Summary
SkipCasException(String msg)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SkipCasException

public SkipCasException(String msg)


Copyright © 2010 The Apache Software Foundation. All Rights Reserved.