Crossfire JXClient, Trunk
Public Member Functions | Static Private Attributes | List of all members
com.realtime.crossfire.jxclient.gui.textinput.NoSuchCommandException Class Reference
Inheritance diagram for com.realtime.crossfire.jxclient.gui.textinput.NoSuchCommandException:
Inheritance graph
Collaboration diagram for com.realtime.crossfire.jxclient.gui.textinput.NoSuchCommandException:
Collaboration graph

Public Member Functions

 NoSuchCommandException (@NotNull final String reason, @NotNull final Throwable cause)
 

Static Private Attributes

static final long serialVersionUID = 1
 

Detailed Description

An Exception thrown if a command does not exist.

Author
Andreas Kirschbaum

Definition at line 31 of file NoSuchCommandException.java.

Constructor & Destructor Documentation

◆ NoSuchCommandException()

com.realtime.crossfire.jxclient.gui.textinput.NoSuchCommandException.NoSuchCommandException ( @NotNull final String  reason,
@NotNull final Throwable  cause 
)

Creates a new instance.

Parameters
reasonthe failure reason
causethe cause for this exception

Definition at line 43 of file NoSuchCommandException.java.

Member Data Documentation

◆ serialVersionUID

final long com.realtime.crossfire.jxclient.gui.textinput.NoSuchCommandException.serialVersionUID = 1
staticprivate

The serial version UID.

Definition at line 36 of file NoSuchCommandException.java.


The documentation for this class was generated from the following file: