uk.ac.man.cs.rainbow.simulator
Class RASMThread.InvokationException

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

public static class RASMThread.InvokationException
extends RASMThread.Exception

Thrown when an exception occurs in some externally referenced code.

See Also:
RASM.TclExec, Serialized Form

Constructor Summary
RASMThread.InvokationException(Throwable throwable)
           
 
Method Summary
 Throwable getThrowable()
          Get the exception that really occurred.
 
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
 

Constructor Detail

RASMThread.InvokationException

public RASMThread.InvokationException(Throwable throwable)
Method Detail

getThrowable

public Throwable getThrowable()
Get the exception that really occurred.