|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception org.bukkit.event.EventException
public class EventException
Constructor Summary | |
---|---|
EventException()
Constructs a new EventException |
|
EventException(String message)
Constructs a new EventException with the given message |
|
EventException(Throwable throwable)
Constructs a new EventException based on the given Exception |
|
EventException(Throwable cause,
String message)
Constructs a new EventException with the given message |
Method Summary | |
---|---|
Throwable |
getCause()
If applicable, returns the Exception that triggered this Exception |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public EventException(Throwable throwable)
throwable
- Exception that triggered this Exceptionpublic EventException()
public EventException(Throwable cause, String message)
cause
- The exception that caused thismessage
- The messagepublic EventException(String message)
message
- The messageMethod Detail |
---|
public Throwable getCause()
getCause
in class Throwable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |