org.hibernate.hql.ast

Interface ParseErrorHandler

All Superinterfaces:
ErrorReporter
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 Details

getErrorCount

public int getErrorCount()

throwQueryException

public void throwQueryException()
            throws QueryException