Crossfire JXClient, Trunk  R20561
com.realtime.crossfire.jxclient.util.UnterminatedTokenException Class Reference

Exception thrown for unterminated quoted tokens. More...

+ Inheritance diagram for com.realtime.crossfire.jxclient.util.UnterminatedTokenException:
+ Collaboration diagram for com.realtime.crossfire.jxclient.util.UnterminatedTokenException:

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...
 

Detailed Description

Exception thrown for unterminated quoted tokens.

Author
Andreas Kirschbaum

Definition at line 30 of file UnterminatedTokenException.java.

Constructor & Destructor Documentation

◆ UnterminatedTokenException()

com.realtime.crossfire.jxclient.util.UnterminatedTokenException.UnterminatedTokenException ( @NotNull final String  token)

Creates a new instance.

Parameters
tokenthe unterminated token

Definition at line 41 of file UnterminatedTokenException.java.

Member Data Documentation

◆ serialVersionUID

final long com.realtime.crossfire.jxclient.util.UnterminatedTokenException.serialVersionUID = 1
staticprivate

The serial version UID.

Definition at line 35 of file UnterminatedTokenException.java.


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