Class TLfnCustomPropertyTypeMismatchException

All Implemented Interfaces:
Serializable

public final class TLfnCustomPropertyTypeMismatchException extends ALfnCustomPropertyValueException
Thrown when trying to set a value for a custom property which does not match its type configured in the TLfnCustomPropertyDefinitions.
Since:
2024.1
See Also:
  • Constructor Details

    • TLfnCustomPropertyTypeMismatchException

      public TLfnCustomPropertyTypeMismatchException(String aPropertyName, String aExpectedType, String aActualType, Object aValue)
      Parameters:
      aPropertyName - the name of the custom property
      aExpectedType - the type configured for the custom property aPropertyName in the TLfnCustomPropertyDefinitions
      aActualType - the actual type of the value being set
      aValue - the value being set