public class ImmutablesError extends VirtualMachineError
| Constructor and Description |
|---|
ImmutablesError()
Constructs an ImmutablesError with no detail message.
|
ImmutablesError(String msg)
Constructs an ImmutablesError with the specified detail message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, toStringpublic ImmutablesError()
public ImmutablesError(String msg)
msg - the String that contains a detailed message