Class SqlSyntaxException

All Implemented Interfaces:
Serializable

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

    • SqlSyntaxException

      public SqlSyntaxException(@NotNull @NotNull String message, @NotNull @NotNull String sql)