uk.ac.man.cs.rainbow.simulator
Class RASMCode.Exception

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--uk.ac.man.cs.rainbow.RainbowException
                    |
                    +--uk.ac.man.cs.rainbow.simulator.RASMCode.Exception
All Implemented Interfaces:
Serializable
Enclosing class:
RASMCode

public static class RASMCode.Exception
extends RainbowException

Exceptions thrown due to bad assembly code.

See Also:
Serialized Form

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

block

protected final String block

label

protected final String label
Constructor Detail

RASMCode.Exception

public RASMCode.Exception(String block,
                          String label)

RASMCode.Exception

public RASMCode.Exception(String s)