com.sun.jimi.core
Class VMemException

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

public class VMemException
extends JimiException

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

See Also:
Serialized Form

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

VMemException

public VMemException()

VMemException

public VMemException(java.lang.String s)