Class InvalidListenerException

All Implemented Interfaces:
Serializable

public class InvalidListenerException extends SysException
This exception is used to indicate an invalid listener is detected.
Since:
5.0
Author:
O. Kerpershoek
See Also:
  • Constructor Details

    • InvalidListenerException

      protected InvalidListenerException(String message, IEventListener listener)
  • Method Details

    • getListener

      public IEventListener getListener()
      This method returns the listener that was deemed invalid.
      Returns:
      the listener that was deemed invalid.