public class TLcdMissingPropertyException
extends java.lang.IllegalArgumentException
Constructor and Description |
---|
TLcdMissingPropertyException()
Constructs a
TLcdMissingPropertyException with a standard
detail message and an unspecified property name. |
TLcdMissingPropertyException(java.lang.String aPropertyName)
Constructs a
TLcdMissingPropertyException with a detail message
and the given property name. |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMissingPropertyName()
Returns the name of the missing property.
|
public TLcdMissingPropertyException()
TLcdMissingPropertyException
with a standard
detail message and an unspecified property name.public TLcdMissingPropertyException(java.lang.String aPropertyName)
TLcdMissingPropertyException
with a detail message
and the given property name.aPropertyName
- the name of the missing property.