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:
- Serializable
@InterfaceAudience.Public
@InterfaceStability.Stable
public class InvalidJobConfException
- extends 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 |
InvalidJobConfException
public InvalidJobConfException()
InvalidJobConfException
public InvalidJobConfException(String msg)
InvalidJobConfException
public InvalidJobConfException(String msg,
Throwable t)
InvalidJobConfException
public InvalidJobConfException(Throwable t)
Copyright © 2014 Apache Software Foundation. All Rights Reserved.