Class UnallowedMutationError

java.lang.Object
java.lang.Throwable
java.lang.Error
net.algart.arrays.UnallowedMutationError
All Implemented Interfaces:
Serializable

public class UnallowedMutationError extends Error

Unchecked error thrown if the elements of trusted immutable AlgART arrays have been changed.

Author:
Daniel Alievsky
See Also:
  • Constructor Details

    • UnallowedMutationError

      public UnallowedMutationError()
      Constructs an instance of this class.
    • UnallowedMutationError

      public UnallowedMutationError(String message)
      Constructs an instance of this class with the specified detail message.
      Parameters:
      message - the detail message.