public class PropertyException
extends java.lang.RuntimeException
| Constructor and Description |
|---|
PropertyException(Property property,
java.lang.String text)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Property |
getProperty()
Returns the property that triggered this exception.
|
public PropertyException(Property property, java.lang.String text)
property - the property that triggered this exceptiontext - the exception textpublic Property getProperty()