Class FileFormatException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.independentsoft.office.FileFormatException
All Implemented Interfaces:
Serializable

public class FileFormatException 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

    • FileFormatException

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

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