接口 ParseErrorHandler
-
- 所有超级接口:
ErrorReporter
- 所有已知实现类:
ErrorTracker
public interface ParseErrorHandler extends ErrorReporter
Defines the behavior of an error handler for the HQL parsers. User: josh Date: Dec 6, 2003 Time: 12:20:43 PM
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 intgetErrorCount()voidthrowQueryException()-
从接口继承的方法 org.hibernate.hql.internal.ast.ErrorReporter
reportError, reportError, reportWarning
-
-
-
-
方法详细资料
-
getErrorCount
int getErrorCount()
-
throwQueryException
void throwQueryException() throws QueryException- 抛出:
QueryException
-
-