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 SummaryConstructorsConstructorDescriptionNoMatchException(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 SummaryMethods inherited from class com.sk89q.worldedit.WorldEditExceptiongetRichMessageMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
NoMatchExceptionpublic NoMatchException(com.sk89q.worldedit.util.formatting.text.Component message) Create with a message.- Parameters:
- message- the message
 
- 
NoMatchExceptionDeprecated.Create with a message.- Parameters:
- message- the message
 
- 
NoMatchExceptionpublic NoMatchException(com.sk89q.worldedit.util.formatting.text.Component message, Throwable cause) Create with a message and a cause.- Parameters:
- message- the message
- cause- the cause
 
- 
NoMatchExceptionDeprecated.Create with a message and a cause.- Parameters:
- message- the message
- cause- the cause
 
 
-