Class SQLASTVisitorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.shardingsphere.infra.util.exception.external.ShardingSphereExternalException
org.apache.shardingsphere.infra.util.exception.external.sql.ShardingSphereSQLException
org.apache.shardingsphere.infra.util.exception.external.sql.type.kernel.KernelSQLException
org.apache.shardingsphere.sql.parser.exception.SQLASTVisitorException
- All Implemented Interfaces:
Serializable
public final class SQLASTVisitorException
extends org.apache.shardingsphere.infra.util.exception.external.sql.type.kernel.KernelSQLException
SQL AST visitor exception.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSQLASTVisitorException(Class<? extends org.antlr.v4.runtime.tree.ParseTree> parseTreeClass) -
Method Summary
Methods inherited from class org.apache.shardingsphere.infra.util.exception.external.sql.ShardingSphereSQLException
toSQLExceptionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SQLASTVisitorException
-