Class StopProcessingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
ddf.catalog.plugin.StopProcessingException
All Implemented Interfaces:
Serializable

public class StopProcessingException extends Exception
Exception representing a situation where a Catalog Plugin has executed successfully but will not allow an operation to continue.
An example use of would be for a PreIngestPlugin to throw this exception if a Metacard does not validate against a particular schema.
Author:
Michael Menousek
See Also:
  • Constructor Details

    • StopProcessingException

      public StopProcessingException(String string)