Package me.nurio.events.exceptions
Class EventHandlerNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- me.nurio.events.exceptions.EventHandlerNotFoundException
-
- All Implemented Interfaces:
Serializable
public class EventHandlerNotFoundException extends RuntimeException
This exception will be throw when something went wrong with an event handler.
-
-
Constructor Summary
Constructors Constructor Description EventHandlerNotFoundException(String message)EventHandlerNotFoundException(String message, Throwable throwable)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-