jmce - 1_02

jmce.sim
Class CPUAbortException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by jmce.sim.SIMException
              extended by jmce.sim.CPUException
                  extended by jmce.sim.CPUAbortException
All Implemented Interfaces:
java.io.Serializable

public class CPUAbortException
extends CPUException

CPU abort

Throw when the cpu is aborted from external entity for example the user press a specific key.

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

Constructor Summary
CPUAbortException(CPU cpu, java.lang.String message)
           
 
Method Summary
 
Methods inherited from class jmce.sim.CPUException
getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

CPUAbortException

public CPUAbortException(CPU cpu,
                         java.lang.String message)

jmce - 1_02