Class InputParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sk89q.worldedit.WorldEditException
com.sk89q.worldedit.extension.input.InputParseException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DisallowedUsageException,NoMatchException,SuggestInputParseException
Thrown when parsed input results in an error.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInputParseException(com.sk89q.worldedit.util.formatting.text.Component message) Throw with a message.InputParseException(com.sk89q.worldedit.util.formatting.text.Component message, Throwable cause) Throw with a message and a cause.InputParseException(String message) Deprecated.InputParseException(String message, Throwable cause) Deprecated. -
Method Summary
Methods inherited from class com.sk89q.worldedit.WorldEditException
getRichMessageMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InputParseException
public InputParseException(com.sk89q.worldedit.util.formatting.text.Component message) Throw with a message.- Parameters:
message- the message
-
InputParseException
Deprecated.Throw with a message.- Parameters:
message- the message
-
InputParseException
public InputParseException(com.sk89q.worldedit.util.formatting.text.Component message, Throwable cause) Throw with a message and a cause.- Parameters:
message- the messagecause- the cause
-
InputParseException
Deprecated.Throw with a message and a cause.- Parameters:
message- the messagecause- the cause
-