|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Error
avrora.Avrora.Error
avrora.sim.InterpreterError.PCAlignmentException
The PCAlignmentException
is thrown if the program counter somehow becomes misaligned.
This should not happen during normal execution, but is included to guard against interpreter
bugs.
Field Summary | |
int |
badPc
|
Fields inherited from class avrora.Avrora.Error |
message, param, STACKTRACES |
Constructor Summary | |
protected |
InterpreterError.PCAlignmentException(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 |
public final int badPc
Constructor Detail |
protected InterpreterError.PCAlignmentException(int pc)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |