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
 
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)
Copyright © 2008 The Apache Software Foundation