public abstract class WorldEditException
extends java.lang.Exception
Modifier | Constructor and Description |
---|---|
protected |
WorldEditException()
Create a new exception.
|
protected |
WorldEditException(java.lang.String message)
Create a new exception with a message.
|
protected |
WorldEditException(java.lang.String message,
java.lang.Throwable cause)
Create a new exception with a message and a cause.
|
protected |
WorldEditException(java.lang.Throwable cause)
Create a new exception with a cause.
|
protected WorldEditException()
protected WorldEditException(java.lang.String message)
message
- the messageprotected WorldEditException(java.lang.String message, java.lang.Throwable cause)
message
- the messagecause
- the causeprotected WorldEditException(java.lang.Throwable cause)
cause
- the cause