net.infonode.properties.base.exception
public class PropertyException extends RuntimeException
Version: $Revision: 1.3 $
| Constructor Summary | |
|---|---|
| PropertyException(Property property, String text)
Constructor.
| |
| Method Summary | |
|---|---|
| Property | getProperty()
Returns the property that triggered this exception.
|
Parameters: property the property that triggered this exception text the exception text
Returns: the property that triggered this exception