JAI ImageIO plugins for ImageJ - API

net.sf.ij.jaiio
Class UnsupportedImageModelException

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

public class UnsupportedImageModelException
extends java.lang.Exception

May be thrown when uncountared an image that is unable to intrepret.

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

Constructor Summary
UnsupportedImageModelException(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

UnsupportedImageModelException

public UnsupportedImageModelException(java.lang.String message)

SourceForge.net Logo