Class TLfnCustomPropertyUnsupportedTypeException

All Implemented Interfaces:
Serializable

public class TLfnCustomPropertyUnsupportedTypeException extends ALfnCustomPropertyValueException
Thrown when a value is set to a custom property which does not match any types in ELfnCustomPropertyType
Since:
2024.1
See Also:
  • Constructor Details

    • TLfnCustomPropertyUnsupportedTypeException

      public TLfnCustomPropertyUnsupportedTypeException(String aPropertyName, String aActualType, Object aValue)
      Parameters:
      aPropertyName - the name of the custom property
      aActualType - the actual type of the value being set
      aValue - the value being set