avrora.sim
Class InterpreterError.NoSuchInstructionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Error
          extended byavrora.Avrora.Error
              extended byavrora.sim.InterpreterError.NoSuchInstructionException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
InterpreterError

public static class InterpreterError.NoSuchInstructionException
extends Avrora.Error

The NoSuchInstructionException() is thrown when the program attempts to execute an instruction that does not exist (i.e. a section of the flash that is not initialized).

See Also:
Serialized Form

Field Summary
 int badPc
           
 
Fields inherited from class avrora.Avrora.Error
message, param, STACKTRACES
 
Constructor Summary
protected InterpreterError.NoSuchInstructionException(int pc)
           
 
Methods inherited from class avrora.Avrora.Error
getParam, report
 
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
 

Field Detail

badPc

public final int badPc
Constructor Detail

InterpreterError.NoSuchInstructionException

protected InterpreterError.NoSuchInstructionException(int pc)