StateInvariantErrorpublic class StateInvariantError extends Error This exception is to report the failure of state invarient
assertion that was made. This indicates an internal error
has occurred. |
Constructors Summary |
---|
public StateInvariantError(String s)Creates a new StateInvariantFailure object.
super(s);
|
|