Class TLfnCustomPropertyUnsupportedTypeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.luciad.fusion.platform.model.properties.ALfnCustomPropertyValueException
com.luciad.fusion.platform.model.properties.TLfnCustomPropertyUnsupportedTypeException
- All Implemented Interfaces:
Serializable
Thrown when a value is set to a custom property which does not match any types in
ELfnCustomPropertyType
- Since:
- 2024.1
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTLfnCustomPropertyUnsupportedTypeException
(String aPropertyName, String aActualType, Object aValue) -
Method Summary
Methods inherited from class com.luciad.fusion.platform.model.properties.ALfnCustomPropertyValueException
getCustomPropertyName, getValue
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details