Class InvalidFileFormatException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.independentsoft.io.structuredstorage.InvalidFileFormatException
All Implemented Interfaces:
Serializable

public class InvalidFileFormatException extends IOException
The exception that is thrown when an input file or a data stream that is supposed to conform to a certain file format specification is malformed.
See Also:
Serialized Form
  • Constructor Details

    • InvalidFileFormatException

      public InvalidFileFormatException(String message)
      Creates a new instance of the InvalidFileFormatException class with the specified error message.
      Parameters:
      message - the message
    • InvalidFileFormatException

      public InvalidFileFormatException(String message, Throwable cause)
      Creates a new instance of the InvalidFileFormatException class with the specified error message and inner exception.
      Parameters:
      message - the message
      cause - the cause