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)
           
InvalidTableException(String message, String tableName)
           
InvalidTableException(String message, Throwable cause, String tableName)
           
InvalidTableException(Throwable cause, String tableName)
           
 
Method Summary
 String getTableName()
           
 
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

InvalidTableException

public InvalidTableException(String tableName)

InvalidTableException

public InvalidTableException(String message,
                             String tableName)

InvalidTableException

public InvalidTableException(Throwable cause,
                             String tableName)

InvalidTableException

public InvalidTableException(String message,
                             Throwable cause,
                             String tableName)
Method Detail

getTableName

public String getTableName()


Copyright © 2013 The Apache Software Foundation