Package com.day.cq.dam.api
Class ProcessorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.day.cq.dam.api.ProcessorException
- All Implemented Interfaces:
Serializable
Exception used to indicate that a
Processor encountered an error.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionProcessorException(String msg, Throwable t, Processor processor) Create a new instance of this class. -
Method Summary
Modifier and TypeMethodDescriptionReturn the processor that encountered error.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ProcessorException
Create a new instance of this class.- Parameters:
msg- messaget- exception sourceprocessor- processor that encountered error
-
-
Method Details
-
getProcessor
Return the processor that encountered error.- Returns:
- processor
-