Package org.firebirdsql.jdbc.parser
Class UnexpectedEndOfInputException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.firebirdsql.jdbc.parser.UnexpectedEndOfInputException
-
- All Implemented Interfaces:
java.io.Serializable
@InternalApi public class UnexpectedEndOfInputException extends java.lang.RuntimeException
Thrown when the tokenizer required a character, but instead the end of input was reached.- Since:
- 4.0.8
- Author:
- Mark Rotteveel
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnexpectedEndOfInputException(java.lang.String message)
-