public class

ErrorCounter

extends Object
implements ParseErrorHandler
java.lang.Object
   ↳ org.hibernate.hql.ast.ErrorCounter

Class Overview

An error handler that counts parsing errors and warnings.

Summary

Public Constructors
ErrorCounter()
Public Methods
int getErrorCount()
void reportError(RecognitionException e)
void reportWarning(String message)
void throwQueryException()
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.hibernate.hql.ast.ErrorReporter
From interface org.hibernate.hql.ast.ParseErrorHandler

Public Constructors

public ErrorCounter ()

Public Methods

public int getErrorCount ()

public void reportError (RecognitionException e)

public void reportWarning (String message)

public void throwQueryException ()