Package ddf.catalog.plugin
Class StopProcessingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ddf.catalog.plugin.StopProcessingException
- All Implemented Interfaces:
Serializable
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 Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
StopProcessingException
-