uk.ac.man.cs.rainbow
Class RainbowError

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--uk.ac.man.cs.rainbow.RainbowError
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AbstractFunction.UnsupportedTopException, AbstractFunction.WrongNumberOfArgumentsException, Call.SignatureMismatch, CompatabilityFailure, GreenDefinitions.ConstructorFailure, ParseException, ReclaimableSavedState.StateReloadException, Register.NotFoundException, TokenMgrError

public class RainbowError
extends RuntimeException

For signalling unrecoverable errors in the Rainbow system. These should never happen, but might...

See Also:
Serialized Form

Constructor Summary
RainbowError(String s)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RainbowError

public RainbowError(String s)