Class NoSuchCommandException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.realtime.crossfire.jxclient.gui.textinput.NoSuchCommandException
-
- All Implemented Interfaces:
java.io.Serializable
public class NoSuchCommandException extends java.lang.ExceptionAnExceptionthrown if a command does not exist.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoSuchCommandException(@NotNull java.lang.String reason, @NotNull java.lang.Throwable cause)Creates a new instance.
-