当前页面:
在线文档首页 >
Hibernate 3.2.4 正式版 API 英文文档
ParseErrorHandler (Hibernate API Documentation) - Hibernate 3.2.4 正式版 API 英文文档
org.hibernate.hql.ast
Interface ParseErrorHandler
- All Superinterfaces:
- ErrorReporter
- All Known Implementing Classes:
- ErrorCounter
- 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
getErrorCount
public int getErrorCount()
throwQueryException
public void throwQueryException()
throws QueryException
- Throws:
QueryException