org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.partitioners
Class MalFormedProbVecException

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.hadoop.executionengine.mapReduceLayer.partitioners.MalFormedProbVecException
All Implemented Interfaces:
Serializable

public class MalFormedProbVecException
extends BackendException

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.pig.PigException
BUG, detailedMessage, ERROR, errorCode, errorSource, INPUT, REMOTE_ENVIRONMENT, retriable, USER_ENVIRONMENT
 
Constructor Summary
MalFormedProbVecException()
           
MalFormedProbVecException(String arg0)
           
MalFormedProbVecException(String message, int errCode, byte errSrc)
           
MalFormedProbVecException(String arg0, Throwable arg1)
           
MalFormedProbVecException(Throwable arg0)
           
 
Method Summary
 
Methods inherited from class org.apache.pig.PigException
determineErrorSource, getDetailedMessage, getErrorCode, getErrorSource, isBug, isInput, isRemoteEnvironment, isUserEnvironment, retriable, setDetailedMessage, setErrorCode, setErrorSource, 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

MalFormedProbVecException

public MalFormedProbVecException(String message,
                                 int errCode,
                                 byte errSrc)

MalFormedProbVecException

public MalFormedProbVecException()

MalFormedProbVecException

public MalFormedProbVecException(String arg0,
                                 Throwable arg1)

MalFormedProbVecException

public MalFormedProbVecException(String arg0)

MalFormedProbVecException

public MalFormedProbVecException(Throwable arg0)


Copyright © ${year} The Apache Software Foundation