JIU 0.14.3

net.sourceforge.jiu.codecs
Class UnsupportedTypeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sourceforge.jiu.ops.OperationFailedException
              extended by net.sourceforge.jiu.codecs.UnsupportedTypeException
All Implemented Interfaces:
Serializable

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, Serialized Form

Constructor Summary
UnsupportedTypeException(String message)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnsupportedTypeException

public UnsupportedTypeException(String message)

JIU 0.14.3

Copyright © 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Marco Schmidt