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

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--uk.ac.man.cs.rainbow.RainbowException
                    |
                    +--uk.ac.man.cs.rainbow.simulator.RASMThread.Exception
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
RainbowThread.IllegalChannelStateException, RASMThread.InvokationException, RASMThread.PopFailureException
Enclosing class:
RASMThread

public static class RASMThread.Exception
extends RainbowException

Exceptions due to problems during the execution of a thread.

See Also:
Serialized Form

Constructor Summary
RASMThread.Exception(String s)
           
RASMThread.Exception(String s, int index)
           
 
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.Exception

public RASMThread.Exception(String s)

RASMThread.Exception

public RASMThread.Exception(String s,
                            int index)