Class InvalidParameterEventHandlerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.chillycheesy.modulo.utils.exception.InvalidParameterEventHandlerException
- All Implemented Interfaces:
Serializable
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 Summary
ConstructorsConstructorDescriptionCreate a new Exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidParameterEventHandlerException
Create a new Exception.- Parameters:
module
- Origin of the exception.
-