public abstract class WorldEditException extends Exception
| Modifier | Constructor and Description |
|---|---|
protected |
WorldEditException()
Create a new exception.
|
protected |
WorldEditException(String message)
Create a new exception with a message.
|
protected |
WorldEditException(String message,
Throwable cause)
Create a new exception with a message and a cause.
|
protected |
WorldEditException(Throwable cause)
Create a new exception with a cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprotected WorldEditException()
protected WorldEditException(String message)
message - the messageprotected WorldEditException(String message, Throwable cause)
message - the messagecause - the causeprotected WorldEditException(Throwable cause)
cause - the causeCopyright © 2010-2014. All Rights Reserved.