Class 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 Detail

      • SkipCasException

        public SkipCasException​(String msg)