Class ListenerRegistrationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.flectone.pulse.exception.ListenerRegistrationException
- All Implemented Interfaces:
Serializable
Thrown when a class offered as a listener cannot be registered, because it is not a listener
at all or one of its handler methods has the wrong signature.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ListenerRegistrationException
Creates the exception.- Parameters:
message- what is wrong with the listener
-