org.hibernate.hql.ast

Interface ErrorReporter

Known Subinterfaces:
ParseErrorHandler
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(RecognitionException e)
void
reportError(String s)
void
reportWarning(String s)

Method Details

reportError

public void reportError(RecognitionException e)

reportError

public void reportError(String s)

reportWarning

public void reportWarning(String s)