jmce - 1_02

jmce.sim
Class SIMException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by jmce.sim.SIMException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
CPUException, MemoryException, SIMInterrupted, SIMIOException, SIMSWException

public class SIMException
extends java.lang.Exception

Exception for JMCE emulator.

Version:
1.00
Author:
Mario Viara
See Also:
Serialized Form

Constructor Summary
SIMException(java.lang.String why)
           
SIMException(java.lang.String why, java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SIMException

public SIMException(java.lang.String why,
                    java.lang.Throwable cause)

SIMException

public SIMException(java.lang.String why)

jmce - 1_02