Package net.orbyfied.j8.event
Class InvalidEventException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.orbyfied.j8.event.EventException
net.orbyfied.j8.event.InvalidEventException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidEventException(EventBus bus, Class<?> eventClass, Exception e) InvalidEventException(EventBus bus, Class<?> eventClass, String message) InvalidEventException(EventBus bus, Class<?> eventClass, String msg, Exception e) -
Method Summary
Methods inherited from class net.orbyfied.j8.event.EventException
getBusMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidEventException
-
InvalidEventException
-
InvalidEventException
-
-
Method Details
-
getEventClass
-
getMessage
- Overrides:
getMessagein classThrowable
-