Class ImmutablePropertyException

All Implemented Interfaces:
Serializable

public class ImmutablePropertyException extends PropertyException
Exception thrown when trying to modify an immutable property.
See Also:
  • Constructor Details

    • ImmutablePropertyException

      public ImmutablePropertyException(Property property)
      Constructor.
      Parameters:
      property - the property that triggered this exception