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

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.PopFailureException
All Implemented Interfaces:
Serializable
Enclosing class:
RASMThread

public static class RASMThread.PopFailureException
extends RASMThread.Exception

Thrown to indicate a problem during a pop operation.

See Also:
Serialized Form

Constructor Summary
RASMThread.PopFailureException(String msg)
           
 
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.PopFailureException

public RASMThread.PopFailureException(String msg)