Class NoSuchCommandException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.realtime.crossfire.jxclient.gui.textinput.NoSuchCommandException
All Implemented Interfaces:
Serializable

public class NoSuchCommandException extends Exception
An Exception thrown if a command does not exist.
See Also:
  • Constructor Details

    • NoSuchCommandException

      public NoSuchCommandException(@NotNull @NotNull String reason, @NotNull @NotNull Throwable cause)
      Creates a new instance.
      Parameters:
      reason - the failure reason
      cause - the cause for this exception