Class SqlStrictParseException

  • All Implemented Interfaces:
    Serializable

    public class SqlStrictParseException
    extends SqlParseException
    Parse exception guarantees parse error without. Such error deliver to user statement isn't passed to H2 parser.
    See Also:
    Serialized Form
    • Constructor Detail

      • SqlStrictParseException

        public SqlStrictParseException​(SqlParseException e)
        Constructor.
        Parameters:
        e - SQL parse exception.
      • SqlStrictParseException

        public SqlStrictParseException​(String msg,
                                       int errCode,
                                       SqlParseException e)
        Constructor.
        Parameters:
        e - SQL parse exception.
        msg - Error message.
        errCode - SQL error code.
    • Method Detail

      • errorCode

        public int errorCode()
        Returns:
        SQL error code.