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
Exception type that can be thrown when validating a value before creating or updating a custom property
- Since:
- 2024.1
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionALfnCustomPropertyValueException
(String aMessage, String aPropertyName, Object aValue) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ALfnCustomPropertyValueException
-
-
Method Details
-
getCustomPropertyName
-
getValue
-