Save This Page
Home » hibernate-distribution-3.3.1.GA-dist » org.hibernate » hql » ast » [javadoc | source]
org.hibernate.hql.ast
public class: ErrorCounter [javadoc | source]
java.lang.Object
   org.hibernate.hql.ast.ErrorCounter

All Implemented Interfaces:
    ParseErrorHandler

An error handler that counts parsing errors and warnings.
Method from org.hibernate.hql.ast.ErrorCounter Summary:
getErrorCount,   reportError,   reportError,   reportWarning,   throwQueryException
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.hibernate.hql.ast.ErrorCounter Detail:
 public int getErrorCount() 
 public  void reportError(RecognitionException e) 
 public  void reportError(String message) 
 public  void reportWarning(String message) 
 public  void throwQueryException() throws QueryException