datafu.pig.util
Class FieldNotFound

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.apache.pig.PigException
                  extended by org.apache.pig.backend.BackendException
                      extended by org.apache.pig.backend.executionengine.ExecException
                          extended by datafu.pig.util.FieldNotFound
All Implemented Interfaces:
java.io.Serializable

public class FieldNotFound
extends org.apache.pig.backend.executionengine.ExecException

Thrown by {see AliasableEvalFunc} when attempting to access an unknown field by name.

Author:
wvaughan
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.pig.PigException
BUG, detailedMessage, ERROR, errorCode, errorSource, INPUT, markedAsShowToUser, REMOTE_ENVIRONMENT, retriable, USER_ENVIRONMENT
 
Constructor Summary
FieldNotFound()
           
FieldNotFound(java.lang.String message)
           
 
Method Summary
 
Methods inherited from class org.apache.pig.PigException
determineErrorSource, getDetailedMessage, getErrorCode, getErrorSource, getMarkedAsShowToUser, isBug, isInput, isRemoteEnvironment, isUserEnvironment, retriable, setDetailedMessage, setErrorCode, setErrorSource, setMarkedAsShowToUser, setRetriable, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FieldNotFound

public FieldNotFound()

FieldNotFound

public FieldNotFound(java.lang.String message)


Matthew Hayes, Sam Shah