Package org.bukkit.event
Class EventException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.bukkit.event.EventException
- All Implemented Interfaces:
- Serializable
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionConstructs a new EventExceptionEventException(String message) Constructs a new EventException with the given messageEventException(Throwable throwable) Constructs a new EventException based on the given ExceptionEventException(Throwable cause, String message) Constructs a new EventException with the given message
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
EventExceptionConstructs a new EventException based on the given Exception- Parameters:
- throwable- Exception that triggered this Exception
 
- 
EventExceptionpublic EventException()Constructs a new EventException
- 
EventExceptionConstructs a new EventException with the given message- Parameters:
- cause- The exception that caused this
- message- The message
 
- 
EventExceptionConstructs a new EventException with the given message- Parameters:
- message- The message
 
 
- 
- 
Method Details