uk.ac.man.cs.rainbow.rapa.data
Class Register.NotFoundException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--uk.ac.man.cs.rainbow.RainbowError
                          |
                          +--uk.ac.man.cs.rainbow.rapa.data.Register.NotFoundException
All Implemented Interfaces:
Serializable
Enclosing class:
Register

public static class Register.NotFoundException
extends RainbowError

Exception thrown when a request to evaluate a register that is not part of the current state is made.

See Also:
Serialized Form

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