org.apache.hadoop.hive.ql.metadata
Class InvalidTableException

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.metadata.InvalidTableException
All Implemented Interfaces:
Serializable

public class InvalidTableException
extends HiveException

Generic exception class for Hive.

See Also:
Serialized Form

Constructor Summary
InvalidTableException(String tableName)
           
 
Method Summary
 String getTableName()
           
 
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

InvalidTableException

public InvalidTableException(String tableName)
Method Detail

getTableName

public String getTableName()


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