net.sourceforge.jiu.codecs

Class UnsupportedTypeException


public class UnsupportedTypeException
extends OperationFailedException

This exception is thrown during image loading. If a codec recognizes the file format but does not support the exact subtype it encounters (the compression type is unknown or the color depth unsupported), an instance of this exception class is created.

If the format is not recognized at all, a WrongFileFormatException should be thrown.

If there were errors during loading because of file corruption, an InvalidFileStructureException must be thrown.

Author:
Marco Schmidt
See Also:
InvalidFileStructureException, WrongFileFormatException

Constructor Summary

UnsupportedTypeException(String message)

Constructor Details

UnsupportedTypeException

public UnsupportedTypeException(String message)