Package net.algart.arrays
Class UnallowedMutationError
java.lang.Object
java.lang.Throwable
java.lang.Error
net.algart.arrays.UnallowedMutationError
- All Implemented Interfaces:
Serializable
Unchecked error thrown if the elements of trusted immutable
AlgART arrays have been changed.
- Author:
- Daniel Alievsky
- See Also:
-
Constructor Summary
ConstructorDescriptionConstructs an instance of this class.UnallowedMutationError
(String message) Constructs an instance of this class with the specified detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnallowedMutationError
public UnallowedMutationError()Constructs an instance of this class. -
UnallowedMutationError
Constructs an instance of this class with the specified detail message.- Parameters:
message
- the detail message.
-