Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
com.cloudera.impala.catalog.ColumnNotFoundException Class Reference
Inheritance diagram for com.cloudera.impala.catalog.ColumnNotFoundException:
Collaboration diagram for com.cloudera.impala.catalog.ColumnNotFoundException:

Public Member Functions

 ColumnNotFoundException (String s)
 
 ColumnNotFoundException (String s, Exception cause)
 

Static Private Attributes

static final long serialVersionUID = -2203080667446640542L
 

Detailed Description

Thrown when a column cannot be found in the catalog.

Definition at line 21 of file ColumnNotFoundException.java.

Constructor & Destructor Documentation

com.cloudera.impala.catalog.ColumnNotFoundException.ColumnNotFoundException ( String  s)
inline

Definition at line 25 of file ColumnNotFoundException.java.

com.cloudera.impala.catalog.ColumnNotFoundException.ColumnNotFoundException ( String  s,
Exception  cause 
)
inline

Definition at line 27 of file ColumnNotFoundException.java.

Member Data Documentation

final long com.cloudera.impala.catalog.ColumnNotFoundException.serialVersionUID = -2203080667446640542L
staticprivate

Definition at line 23 of file ColumnNotFoundException.java.


The documentation for this class was generated from the following file: