Class NoMatchException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sk89q.worldedit.WorldEditException
com.sk89q.worldedit.extension.input.InputParseException
com.sk89q.worldedit.extension.input.NoMatchException
- All Implemented Interfaces:
Serializable
Thrown when a match fails when input is parsed.
- See Also:
-
Constructor Summary
ConstructorDescriptionNoMatchException
(com.sk89q.worldedit.util.formatting.text.Component message) Create with a message.NoMatchException
(com.sk89q.worldedit.util.formatting.text.Component message, Throwable cause) Create with a message and a cause.NoMatchException
(String message) Deprecated.NoMatchException
(String message, Throwable cause) Deprecated. -
Method Summary
Methods inherited from class com.sk89q.worldedit.WorldEditException
getRichMessage
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoMatchException
public NoMatchException(com.sk89q.worldedit.util.formatting.text.Component message) Create with a message.- Parameters:
message
- the message
-
NoMatchException
Deprecated.Create with a message.- Parameters:
message
- the message
-
NoMatchException
public NoMatchException(com.sk89q.worldedit.util.formatting.text.Component message, Throwable cause) Create with a message and a cause.- Parameters:
message
- the messagecause
- the cause
-
NoMatchException
Deprecated.Create with a message and a cause.- Parameters:
message
- the messagecause
- the cause
-