Crossfire JXClient, Trunk
R20561
|
Exception thrown for unterminated quoted tokens. More...
Public Member Functions | |
UnterminatedTokenException (@NotNull final String token) | |
Creates a new instance. More... | |
Static Private Attributes | |
static final long | serialVersionUID = 1 |
The serial version UID. More... | |
Exception thrown for unterminated quoted tokens.
Definition at line 30 of file UnterminatedTokenException.java.
com.realtime.crossfire.jxclient.util.UnterminatedTokenException.UnterminatedTokenException | ( | @NotNull final String | token | ) |
Creates a new instance.
token | the unterminated token |
Definition at line 41 of file UnterminatedTokenException.java.
|
staticprivate |
The serial version UID.
Definition at line 35 of file UnterminatedTokenException.java.