Package org.mvel2
Class ImmutableElementException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.mvel2.ImmutableElementException
-
- All Implemented Interfaces:
Serializable
public class ImmutableElementException extends RuntimeException
Exception thrown by internal immutable structures if any modifications are attempted.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ImmutableElementException()ImmutableElementException(String s)ImmutableElementException(String s, Throwable throwable)ImmutableElementException(Throwable throwable)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-