net.infonode.properties.base.exception
Class InvalidPropertyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.infonode.properties.base.exception.PropertyException
                  extended by net.infonode.properties.base.exception.InvalidPropertyException
All Implemented Interfaces:
java.io.Serializable

public class InvalidPropertyException
extends PropertyException

Exception thrown when an invalid property was given.

Version:
$Revision: 1.3 $
Author:
$Author: jesper $
See Also:
Serialized Form

Constructor Summary
InvalidPropertyException(Property property, java.lang.String text)
          Constructor.
 
Method Summary
 
Methods inherited from class net.infonode.properties.base.exception.PropertyException
getProperty
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidPropertyException

public InvalidPropertyException(Property property,
                                java.lang.String text)
Constructor.

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