Uses of Class
org.apache.pig.backend.BackendException

Packages that use BackendException
org.apache.pig.backend.datastorage   
org.apache.pig.backend.executionengine   
org.apache.pig.data This package contains implementations of Pig specific data types as well as support functions for reading, writing, and using all Pig data types. 
org.apache.pig.piggybank.storage   
 

Uses of BackendException in org.apache.pig.backend.datastorage
 

Subclasses of BackendException in org.apache.pig.backend.datastorage
 class DataStorageException
           
 

Uses of BackendException in org.apache.pig.backend.executionengine
 

Subclasses of BackendException in org.apache.pig.backend.executionengine
 class ExecException
           
 

Uses of BackendException in org.apache.pig.data
 

Subclasses of BackendException in org.apache.pig.data
 class FieldIsNullException
           
 

Uses of BackendException in org.apache.pig.piggybank.storage
 

Methods in org.apache.pig.piggybank.storage that throw BackendException
protected  void SequenceFileLoader.setKeyType(Class<?> keyClass)
           
protected  void SequenceFileLoader.setValueType(Class<?> valueClass)
           
 



Copyright © 2007-2012 The Apache Software Foundation