Class UnterminatedTokenException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.realtime.crossfire.jxclient.util.UnterminatedTokenException
-
- All Implemented Interfaces:
java.io.Serializable
public class UnterminatedTokenException extends java.lang.ExceptionException thrown for unterminated quoted tokens.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnterminatedTokenException(@NotNull java.lang.String token)Creates a new instance.
-