|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--uk.ac.man.cs.rainbow.RainbowException
|
+--uk.ac.man.cs.rainbow.simulator.RASMCode.Exception
Exceptions thrown due to bad assembly code.
| Field Summary | |
protected String |
block
|
protected String |
label
|
| Constructor Summary | |
RASMCode.Exception(String s)
|
|
RASMCode.Exception(String block,
String label)
|
|
| Methods inherited from class uk.ac.man.cs.rainbow.RainbowException |
getDetail, getMessage, setAugment, setDetail |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, printStackTrace, printStackTrace, printStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
protected final String block
protected final String label
| Constructor Detail |
public RASMCode.Exception(String block,
String label)
public RASMCode.Exception(String s)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||