com.sun.jimi.core
Class JimiException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.sun.jimi.core.JimiException
Direct Known Subclasses:
ConfigurationException, ImageAccessException, InvalidOptionException, NoImageAvailException, OptionException, StorageException, UnsupportedFormatException, VMemException

public class JimiException
extends java.lang.Exception

General utility exception for the Jimi system.

See Also:
Serialized Form

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

JimiException

public JimiException()

JimiException

public JimiException(java.lang.String s)
Parameters:
s - description string