public class InputParseException extends WorldEditException
| Constructor and Description |
|---|
InputParseException(String message)
Throw with a message.
|
InputParseException(String message,
Throwable cause)
Throw with a message and a cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InputParseException(String message)
message - the messageCopyright © 2010-2014. All Rights Reserved.