Class ListenerNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.graffiti.event.ListenerNotFoundException
All Implemented Interfaces:
Serializable

public class ListenerNotFoundException
extends Exception
Will be thrown, if a method tries to deal with a listener that cannot be found in the listener list.
Version:
$Revision: 1.5 $
See Also:
Serialized Form
  • Constructor Details

    • ListenerNotFoundException

      public ListenerNotFoundException​(String msg)
      Constructs a ListenerNotFoundException with the specified detail message.
      Parameters:
      msg - the detail message for the exception.