Package org.apache.hadoop.mapred
Class InvalidFileTypeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.hadoop.mapred.InvalidFileTypeException
- All Implemented Interfaces:
Serializable
Used when file type differs from the desired file type. like
getting a file when a directory is expected. Or a wrong file type.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidFileTypeException
public InvalidFileTypeException() -
InvalidFileTypeException
-