站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > 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


Method Summary
 int getErrorCount()
           
 void throwQueryException()
           
 
Methods inherited from interface org.hibernate.hql.ast.ErrorReporter
reportError, reportError, reportWarning
 

Method Detail

getErrorCount

public int getErrorCount()

throwQueryException

public void throwQueryException()
                         throws QueryException
Throws:
QueryException