Class ProcessorException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ProcessorException
    extends java.lang.Exception
    Exception used to indicate that a Processor 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.
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ProcessorException

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

      • getProcessor

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