Package org.graffiti.event
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 Summary
Constructors Constructor Description ListenerNotFoundException(String msg)Constructs aListenerNotFoundExceptionwith the specified detail message. - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
ListenerNotFoundException
Constructs aListenerNotFoundExceptionwith the specified detail message.- Parameters:
 msg- the detail message for the exception.
 
 -