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

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.hadoop.hive.ql.metadata.HiveException
              extended by org.apache.hadoop.hive.ql.parse.SemanticException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
UDFArgumentException

public class SemanticException
extends HiveException

Exception from SemanticAnalyzer.

See Also:
Serialized Form

Constructor Summary
SemanticException()
           
SemanticException(ErrorMsg errorMsg, String... msgArgs)
           
SemanticException(String message)
           
SemanticException(String message, Throwable cause)
           
SemanticException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class org.apache.hadoop.hive.ql.metadata.HiveException
getCanonicalErrorMsg
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SemanticException

public SemanticException()

SemanticException

public SemanticException(String message)

SemanticException

public SemanticException(Throwable cause)

SemanticException

public SemanticException(String message,
                         Throwable cause)

SemanticException

public SemanticException(ErrorMsg errorMsg,
                         String... msgArgs)


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