com.alibaba.druid.sql.parser
类 ParserException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.alibaba.druid.sql.parser.ParserException
- 所有已实现的接口:
- Serializable
- 直接已知子类:
- EOFParserException, NotAllowCommentException
public class ParserException
- extends RuntimeException
- implements Serializable
- 另请参见:
- 序列化表格
| 从类 java.lang.Throwable 继承的方法 |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ParserException
public ParserException()
ParserException
public ParserException(String message)
ParserException
public ParserException(String message,
Throwable e)
ParserException
public ParserException(String message,
int line,
int col)
ParserException
public ParserException(Throwable ex,
String ksql)
Copyright © 2013 Alibaba Group. All Rights Reserved.