public class MalformedSqlException extends RuntimeException
| Constructor and Description |
|---|
MalformedSqlException(String sql,
net.sf.jsqlparser.JSQLParserException e) |
| Modifier and Type | Method and Description |
|---|---|
static MalformedSqlException |
emptySql() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic final String sql
public MalformedSqlException(String sql, net.sf.jsqlparser.JSQLParserException e)
public static MalformedSqlException emptySql()
Copyright © 2023. All rights reserved.