Class NoSuchCommandException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.realtime.crossfire.jxclient.gui.textinput.NoSuchCommandException
- All Implemented Interfaces:
Serializable
An
Exception thrown if a command does not exist.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNoSuchCommandException(@NotNull String reason, @NotNull Throwable cause) Creates a new instance. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoSuchCommandException
Creates a new instance.- Parameters:
reason- the failure reasoncause- the cause for this exception
-