public final class PropertyException extends java.lang.Object implements IDLEntity
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
failing_property_name |
ExceptionReason |
reason |
| Constructor and Description |
|---|
PropertyException() |
PropertyException(ExceptionReason reason,
java.lang.String failing_property_name) |
public ExceptionReason reason
public java.lang.String failing_property_name
public PropertyException()
public PropertyException(ExceptionReason reason, java.lang.String failing_property_name)