Class ParametricEventWithoutInterfaceException

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

public class ParametricEventWithoutInterfaceException extends RuntimeException
An exception that is thrown when Injector.invokeEvent(Object) is called with an object that has type parameters but does not implement ParametricEvent.
See Also:
  • Constructor Details

    • ParametricEventWithoutInterfaceException

      public ParametricEventWithoutInterfaceException(String message)