avrora.sim
Class BaseInterpreter.PCOutOfBoundsException

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

public class BaseInterpreter.PCOutOfBoundsException
extends Avrora.Error

See Also:
Serialized Form

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

pc

public final int pc
Constructor Detail

BaseInterpreter.PCOutOfBoundsException

protected BaseInterpreter.PCOutOfBoundsException(int pc)