Class ProcessorException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.day.cq.dam.api.ProcessorException
All Implemented Interfaces:
Serializable

public class ProcessorException extends Exception
Exception used to indicate that a Processor encountered an error.
See Also:
  • Constructor Details

    • ProcessorException

      public ProcessorException(String msg, Throwable t, Processor processor)
      Create a new instance of this class.
      Parameters:
      msg - message
      t - exception source
      processor - processor that encountered error
  • Method Details

    • getProcessor

      public Processor getProcessor()
      Return the processor that encountered error.
      Returns:
      processor