com.sun.jimi.core.options
Class OptionException

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

public class OptionException
extends JimiException

Exception arising due to problems with format-specific options. Used either when accessing non-existent options, or setting invalid values.

See Also:
Serialized Form

Constructor Summary
OptionException()
           
OptionException(java.lang.String message)
           
 
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

OptionException

public OptionException()

OptionException

public OptionException(java.lang.String message)