Package org.graffiti.event
Class ListenerRegistrationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.graffiti.event.ListenerRegistrationException
- All Implemented Interfaces:
Serializable
public class ListenerRegistrationException extends RuntimeException
In general, the exception is used to indicate that a listener could not be
registered. Will be thrown, if someone tries to add a strict listener while
the same listener is already registered as non strict or vice versa.
- Version:
- $Revision: 1.5 $
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description ListenerRegistrationException(String msg)
Constructs aListenerRegistrationException
with 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
-
ListenerRegistrationException
Constructs aListenerRegistrationException
with the specified detail message.- Parameters:
msg
- the detail message for the exception.
-