org.hibernate.hql.internal.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.


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 © 2001-2012 Red Hat, Inc. All Rights Reserved.