public interface

ParseErrorHandler

implements ErrorReporter
org.hibernate.hql.ast.ParseErrorHandler
Known Indirect Subclasses

Class Overview

Defines the behavior of an error handler for the HQL parsers. User: josh Date: Dec 6, 2003 Time: 12:20:43 PM

Summary

Public Methods
abstract int getErrorCount()
abstract void throwQueryException()
[Expand]
Inherited Methods
From interface org.hibernate.hql.ast.ErrorReporter

Public Methods

public abstract int getErrorCount ()

public abstract void throwQueryException ()