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:
java.io.Serializable
public class ProcessorException extends java.lang.Exception
Exception used to indicate that aProcessor
encountered an error.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProcessorException(java.lang.String msg, java.lang.Throwable t, Processor processor)
Create a new instance of this class.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Processor
getProcessor()
Return the processor that encountered error.
-
-
-
Constructor Detail
-
ProcessorException
public ProcessorException(java.lang.String msg, java.lang.Throwable t, Processor processor)
Create a new instance of this class.- Parameters:
msg
- messaget
- exception sourceprocessor
- processor that encountered error
-
-
Method Detail
-
getProcessor
public Processor getProcessor()
Return the processor that encountered error.- Returns:
- processor
-
-