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

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

Method Detail

reportError

void reportError(antlr.RecognitionException e)

reportError

void reportError(String s)

reportWarning

void reportWarning(String s)


Copyright © 2009 Hibernate.org. All Rights Reserved.