java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.realtime.crossfire.jxclient.gui.commands.NoSuchCommandException
public class NoSuchCommandException
An Exception thrown if a command does not exist.
| Field Summary | |
|---|---|
private static long | 
serialVersionUID
The serial version UID.  | 
| Constructor Summary | |
|---|---|
NoSuchCommandException(java.lang.String reason)
Creates a new instance.  | 
|
| Method Summary | 
|---|
| Methods inherited from class java.lang.Throwable | 
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Field Detail | 
|---|
private static final long serialVersionUID
| Constructor Detail | 
|---|
public NoSuchCommandException(@NotNull
                              java.lang.String reason)
reason - the failure reason