Class ALfnCustomPropertyValueException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.luciad.fusion.platform.model.properties.ALfnCustomPropertyValueException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
TLfnCustomPropertyInvalidEnumValueException, TLfnCustomPropertyTypeMismatchException, TLfnCustomPropertyUnsupportedTypeException

public abstract class ALfnCustomPropertyValueException extends RuntimeException
Exception type that can be thrown when validating a value before creating or updating a custom property
Since:
2024.1
See Also:
  • Constructor Details

    • ALfnCustomPropertyValueException

      public ALfnCustomPropertyValueException(String aMessage, String aPropertyName, Object aValue)
  • Method Details

    • getCustomPropertyName

      public String getCustomPropertyName()
    • getValue

      public Object getValue()