com.sun.jimi.core
Class NoImageAvailException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.sun.jimi.core.JimiException
                    |
                    +--com.sun.jimi.core.NoImageAvailException

public class NoImageAvailException
extends JimiException

Thrown if no encoder or decoder exists which can handle the specified file format

See Also:
Serialized Form

Constructor Summary
NoImageAvailException()
           
NoImageAvailException(java.lang.String s)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoImageAvailException

public NoImageAvailException()

NoImageAvailException

public NoImageAvailException(java.lang.String s)