avrora.sim
Class InterpreterError.PCOutOfBoundsException

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

public static class InterpreterError.PCOutOfBoundsException
extends Avrora.Error

The PCOutOfBoundsException is thrown when the progrma attempts to execute an instruction outside the bounds of the flash.

See Also:
Serialized Form

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

protected InterpreterError.PCOutOfBoundsException(int pc)