Class InvalidFileTypeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.hadoop.mapred.InvalidFileTypeException
All Implemented Interfaces:
Serializable

@Public @Stable public class InvalidFileTypeException extends IOException
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 Details

    • InvalidFileTypeException

      public InvalidFileTypeException()
    • InvalidFileTypeException

      public InvalidFileTypeException(String msg)