Interface IbisExceptionListener

All Known Implementing Classes:
Receiver

public interface IbisExceptionListener
ExeceptionListener-class to signal exceptions to other objects, for instance MessagePushers to PushingReceivers.
Since:
4.2
Author:
Gerrit van Brakel
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Inform the implementing class that the exception t occurred in object.
  • Method Details

    • exceptionThrown

      void exceptionThrown(INamedObject object, Throwable t)
      Inform the implementing class that the exception t occurred in object.