sim.cebexception
Class DebuggableMachineException.MachineInvalidInstruction

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by sim.cebexception.DebuggableMachineException
              extended by sim.cebexception.DebuggableMachineException.MachineGenericArchException
                  extended by sim.cebexception.DebuggableMachineException.MachineInvalidInstruction
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
DebuggableMachineException

public static class DebuggableMachineException.MachineInvalidInstruction
extends DebuggableMachineException.MachineGenericArchException

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class sim.cebexception.DebuggableMachineException
DebuggableMachineException.MachineAddressingError, DebuggableMachineException.MachineAppTerminated, DebuggableMachineException.MachineBreakpoint, DebuggableMachineException.MachineBusError, DebuggableMachineException.MachineGenericArchException, DebuggableMachineException.MachineInternalError, DebuggableMachineException.MachineInvalidInstruction, DebuggableMachineException.MachineUnhandledException, DebuggableMachineException.MachineUnhandledSyscall
 
Field Summary
 int atPC
           
 int instruction
           
 
Fields inherited from class sim.cebexception.DebuggableMachineException.MachineGenericArchException
exceptionCode
 
Constructor Summary
DebuggableMachineException.MachineInvalidInstruction(int inst, int pc)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

instruction

public int instruction

atPC

public int atPC
Constructor Detail

DebuggableMachineException.MachineInvalidInstruction

public DebuggableMachineException.MachineInvalidInstruction(int inst,
                                                            int pc)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class DebuggableMachineException.MachineGenericArchException