Class ProcessorException

    • Constructor Detail

      • 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 Detail

      • getProcessor

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