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
Thrown if the name of the custom property is not valid.
- Since:
- 2024.1
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTLfnCustomPropertyInvalidNameException
(String aPropertyName, String aReason) Creates aTLfnCustomPropertyInvalidNameException
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TLfnCustomPropertyInvalidNameException
Creates aTLfnCustomPropertyInvalidNameException
- Parameters:
aPropertyName
- The name of the custom propertyaReason
- Message explaining why the name is not valid
-
-
Method Details
-
getCustomPropertyName
-