org.apache.hadoop.hbase.hbql.impl
Class ParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.sql.SQLException
              extended by org.apache.hadoop.hbase.hbql.client.HBqlException
                  extended by org.apache.hadoop.hbase.hbql.impl.ParseException
All Implemented Interfaces:
Serializable, Iterable<Throwable>

public class ParseException
extends HBqlException

See Also:
Serialized Form

Constructor Summary
ParseException(org.antlr.runtime.RecognitionException recognitionException, String s)
           
 
Method Summary
 String getErrorMessage()
           
 org.antlr.runtime.RecognitionException getRecognitionException()
           
 
Methods inherited from class java.sql.SQLException
getErrorCode, getNextException, getSQLState, iterator, setNextException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ParseException

public ParseException(org.antlr.runtime.RecognitionException recognitionException,
                      String s)
Method Detail

getRecognitionException

public org.antlr.runtime.RecognitionException getRecognitionException()

getErrorMessage

public String getErrorMessage()


Copyright © 2011. All Rights Reserved.