Package org.mvel2

Class ImmutableElementException

All Implemented Interfaces:
Serializable

public class ImmutableElementException extends RuntimeException
Exception thrown by internal immutable structures if any modifications are attempted.
See Also:
  • Constructor Details

    • ImmutableElementException

      public ImmutableElementException()
    • ImmutableElementException

      public ImmutableElementException(String s)
    • ImmutableElementException

      public ImmutableElementException(String s, Throwable throwable)
    • ImmutableElementException

      public ImmutableElementException(Throwable throwable)