Class SqlSyntaxException

  • All Implemented Interfaces:
    java.io.Serializable

    public class SqlSyntaxException
    extends DatabaseException
    Exception thrown when parsing SQL fails.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      SqlSyntaxException​(@NotNull java.lang.String message, @NotNull java.lang.String sql)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • SqlSyntaxException

        public SqlSyntaxException​(@NotNull
                                  @NotNull java.lang.String message,
                                  @NotNull
                                  @NotNull java.lang.String sql)