Class TLfnCustomPropertyInvalidNameException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.luciad.fusion.platform.model.properties.TLfnCustomPropertyInvalidNameException
All Implemented Interfaces:
Serializable

public final class TLfnCustomPropertyInvalidNameException extends RuntimeException
Thrown if the name of the custom property is not valid.
Since:
2024.1
See Also:
  • Constructor Details

    • TLfnCustomPropertyInvalidNameException

      public TLfnCustomPropertyInvalidNameException(String aPropertyName, String aReason)
      Parameters:
      aPropertyName - The name of the custom property
      aReason - Message explaining why the name is not valid
  • Method Details

    • getCustomPropertyName

      public String getCustomPropertyName()