org.hibernate.hql.ast
Interface ErrorReporter

All Known Subinterfaces:
ParseErrorHandler
All Known Implementing Classes:
ErrorCounter, HqlSqlWalker, SqlGenerator

public interface ErrorReporter

Implementations will report or handle errors invoked by an ANTLR base parser.

Author:
josh Jun 27, 2004 9:49:55 PM

Method Summary
 void reportError(antlr.RecognitionException e)
           
 void reportError(String s)
           
 void reportWarning(String s)
           
 

Method Detail

reportError

public void reportError(antlr.RecognitionException e)

reportError

public void reportError(String s)

reportWarning

public void reportWarning(String s)