Class UnsupportedFileFormatException

All Implemented Interfaces:
Serializable

public class UnsupportedFileFormatException
extends InvalidDataException
Thrown when an import plug-in is forced to use a file that is not of the correct format.
Version:
2.9
Author:
Nicklas
See Also:
Serialized Form
Last modified
$Date: 2008-10-21 09:20:40 +0200 (ti, 21 okt 2008) $
  • Field Details

  • Constructor Details

    • UnsupportedFileFormatException

      public UnsupportedFileFormatException()
      Create a new UnsupportedFileFormatException object.
    • UnsupportedFileFormatException

      public UnsupportedFileFormatException​(Throwable cause)
      Create a new UnsupportedFileFormatException object.
      Parameters:
      cause - Throwable object that caused this exception.
    • UnsupportedFileFormatException

      public UnsupportedFileFormatException​(String message)
      Create a new UnsupportedFileFormatException object with the specified message.
      Parameters:
      message - The message to throw with the exception
    • UnsupportedFileFormatException

      public UnsupportedFileFormatException​(String message, Throwable cause)
      Create a new UnsupportedFileFormatException object with the specified message.
      Parameters:
      message - The message to throw with the exception
      cause - Throwable object that caused this exception.