com.sun.jimi.core
Class UnsupportedFormatException

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

public class UnsupportedFormatException
extends JimiException

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

See Also:
Serialized Form

Constructor Summary
UnsupportedFormatException()
           
UnsupportedFormatException(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

UnsupportedFormatException

public UnsupportedFormatException()

UnsupportedFormatException

public UnsupportedFormatException(java.lang.String s)