Package org.jooq.impl

Class ParserException

    • Constructor Detail

      • ParserException

        public ParserException​(java.lang.String sql)
      • ParserException

        public ParserException​(java.lang.String sql,
                               java.lang.String message)
      • ParserException

        public ParserException​(java.lang.String sql,
                               java.lang.String message,
                               SQLStateSubclass state)
      • ParserException

        public ParserException​(java.lang.String sql,
                               java.lang.String message,
                               SQLStateSubclass state,
                               java.lang.Throwable cause)
    • Method Detail

      • position

        public final int position()
        The zero-based position within the SQL string at which an exception was thrown, if applicable.
      • line

        public final int line()
        The one-based line number within the SQL string at which an exception was thrown, if applicable.
      • column

        public final int column()
        The one-based column number within the SQL string at which an exception was thrown, if applicable.
      • sql

        public final java.lang.String sql()
        The SQL string that caused the exception.