org.apache.hadoop.hive.ql.parse
Class ParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.hadoop.hive.ql.parse.ParseException
All Implemented Interfaces:
Serializable

public class ParseException
extends Exception

ParseException.

See Also:
Serialized Form

Constructor Summary
ParseException(ArrayList<ParseError> errors)
           
 
Method Summary
 String getMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ParseException

public ParseException(ArrayList<ParseError> errors)
Method Detail

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable


Copyright © 2014 The Apache Software Foundation. All rights reserved.