Class TLcdMissingPropertyException

All Implemented Interfaces:
Serializable

public class TLcdMissingPropertyException extends IllegalArgumentException
Thrown to indicate that a property is missing.
Since:
9.1
See Also:
  • Constructor Details

    • TLcdMissingPropertyException

      public TLcdMissingPropertyException()
      Constructs a TLcdMissingPropertyException with a standard detail message and an unspecified property name.
    • TLcdMissingPropertyException

      public TLcdMissingPropertyException(String aPropertyName)
      Constructs a TLcdMissingPropertyException with a detail message and the given property name.
      Parameters:
      aPropertyName - the name of the missing property.
  • Method Details

    • getMissingPropertyName

      public String getMissingPropertyName()
      Returns the name of the missing property.
      Returns:
      the name of the missing property.