net.infonode.properties.base.exception

Class PropertyException

public class PropertyException extends RuntimeException

Base class for all property exceptions.

Version: $Revision: 1.3 $

Author: $Author: jesper $

Constructor Summary
PropertyException(Property property, String text)
Constructor.
Method Summary
PropertygetProperty()
Returns the property that triggered this exception.

Constructor Detail

PropertyException

public PropertyException(Property property, String text)
Constructor.

Parameters: property the property that triggered this exception text the exception text

Method Detail

getProperty

public Property getProperty()
Returns the property that triggered this exception.

Returns: the property that triggered this exception