Class InvalidParameterEventHandlerException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.chillycheesy.modulo.utils.exception.InvalidParameterEventHandlerException
All Implemented Interfaces:
Serializable

public class InvalidParameterEventHandlerException extends Exception
This exception will be throws when The EventManager try to invoke an annotated method by the EventHandler Annotation with a bad number of parameter. Please check the Listener documentation for more information about the EventHandler implementation.
See Also:
Serialized Form
  • Constructor Details

    • InvalidParameterEventHandlerException

      public InvalidParameterEventHandlerException(Module module)
      Create a new Exception.
      Parameters:
      module - Origin of the exception.