public class InvariantBrokenException
extends java.lang.RuntimeException
InvariantBrokenException
is raised when the invariant of a class is not true in
the current state of the instance (corresponding to an invalid or unsafe state)Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and Description |
---|
InvariantBrokenException(java.lang.String message)
Constructor of the exception raised when invariants are broken
|
private static final long serialVersionUID