|
||||||||||
| 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.NoSuchInstructionException
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).
| 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 |
public final int badPc
| Constructor Detail |
protected InterpreterError.NoSuchInstructionException(int pc)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||