com.sun.jimi.core
Class StorageException

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

public class StorageException
extends JimiException

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

See Also:
Serialized Form

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

StorageException

public StorageException()

StorageException

public StorageException(java.lang.String s)