Defines the behavior of an error handler for the HQL parsers. Author: josh Ported by: Steve Strong

Namespace: NHibernate.Hql.Ast.ANTLR
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public interface IParseErrorHandler : IErrorReporter
Visual Basic
Public Interface IParseErrorHandler _
	Inherits IErrorReporter
Visual C++
public interface class IParseErrorHandler : IErrorReporter

See Also