- All Implemented Interfaces:
- java.io.Serializable
public class InvalidContextException
extends java.lang.RuntimeException
Exception used by the runtime to indicate a problem with the execution context. This
is for dealing with conditions where the runtime expects certain things of the context
and the context does not oblige. These are what one might call "internal errors", for
example if a message is received and it does not have the required parts, this execption
is thrown, since the runtime expects received messages to be of the correct form.
- See Also:
- Serialized Form