Class ListenerRegistrationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.flectone.pulse.exception.ListenerRegistrationException
All Implemented Interfaces:
Serializable

public class ListenerRegistrationException extends RuntimeException
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 Details

    • ListenerRegistrationException

      public ListenerRegistrationException(String message)
      Creates the exception.
      Parameters:
      message - what is wrong with the listener