org.apache.hadoop.mapred
Class InvalidJobConfException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.hadoop.mapred.InvalidJobConfException
- All Implemented Interfaces:
- java.io.Serializable
public class InvalidJobConfException
- extends java.io.IOException
This exception is thrown when jobconf misses some mendatory attributes
or value of some attributes is invalid.
- See Also:
- Serialized Form
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 |
InvalidJobConfException
public InvalidJobConfException()
InvalidJobConfException
public InvalidJobConfException(java.lang.String msg)
InvalidJobConfException
public InvalidJobConfException(java.lang.String msg,
java.lang.Throwable t)
InvalidJobConfException
public InvalidJobConfException(java.lang.Throwable t)
Copyright © 2009 The Apache Software Foundation