public class IllegalMutationException extends RuntimeException
| Constructor and Description |
|---|
IllegalMutationException(String message,
Object savedValue,
Object newValue) |
IllegalMutationException(String message,
Object savedValue,
Object newValue,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getNewValue()
The value after the illegal mutation.
|
Object |
getSavedValue()
The original value, before the illegal mutation.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString