Package ej.bon
Class ImmutablesError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Error
-
- java.lang.VirtualMachineError
-
- ej.bon.ImmutablesError
-
- All Implemented Interfaces:
Serializable
public class ImmutablesError extends VirtualMachineError
Indicates an error accessing immutables data.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ImmutablesError()Constructs an ImmutablesError with no detail message.ImmutablesError(String msg)Constructs an ImmutablesError with the specified detail message.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, toString
-
-
-
-
Constructor Detail
-
ImmutablesError
public ImmutablesError()
Constructs an ImmutablesError with no detail message.
-
ImmutablesError
public ImmutablesError(String msg)
Constructs an ImmutablesError with the specified detail message.- Parameters:
msg- the String that contains a detailed message
-
-