Class UnexpectedEndOfInputException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.firebirdsql.jaybird.parser.UnexpectedEndOfInputException
All Implemented Interfaces:
Serializable

@InternalApi public class UnexpectedEndOfInputException extends RuntimeException
Thrown when the tokenizer required a character, but instead the end of input was reached.
Since:
5
Author:
Mark Rotteveel
See Also:
  • Constructor Details

    • UnexpectedEndOfInputException

      public UnexpectedEndOfInputException(String message)