JAI ImageIO plugins for ImageJ - API

net.sf.ij.jaiio
Class UnsupportedImageFileFormatException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bynet.sf.ij.jaiio.UnsupportedImageFileFormatException
All Implemented Interfaces:
java.io.Serializable

public class UnsupportedImageFileFormatException
extends java.lang.Exception

Used to indicate that an attempt was made to read in unsupported format.

Version:
$Revision: 1.1 $
Author:
Jarek Sacha
See Also:
Serialized Form

Constructor Summary
UnsupportedImageFileFormatException(java.lang.String message)
           
 
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

UnsupportedImageFileFormatException

public UnsupportedImageFileFormatException(java.lang.String message)

SourceForge.net Logo