com.sun.jimi.core
Class InvalidOptionException

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

public class InvalidOptionException
extends JimiException

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

See Also:
Serialized Form

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

InvalidOptionException

public InvalidOptionException()

InvalidOptionException

public InvalidOptionException(java.lang.String s)