Class EventParameterCountException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
me.datafox.dfxengine.injector.exception.EventParameterCountException
All Implemented Interfaces:
Serializable

public class EventParameterCountException extends RuntimeException
An exception that is thrown when an EventHandler method does not have exactly one parameter.
See Also:
  • Constructor Details

    • EventParameterCountException

      public EventParameterCountException(String message)