net.sf.navel.beans
Class InvalidPropertyValueException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.sf.navel.beans.InvalidPropertyValueException
All Implemented Interfaces:
java.io.Serializable

public class InvalidPropertyValueException
extends java.lang.RuntimeException

Thrown when a property value isn't of a valid type for the declared property.

Version:
$Revision: 1.4 $, $Date: 2005/09/13 19:28:07 $
Author:
cmdln
See Also:
Serialized Form

Constructor Summary
InvalidPropertyValueException(java.lang.String message)
           
InvalidPropertyValueException(java.lang.Throwable throwable)
           
 
Method Summary
 
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

InvalidPropertyValueException

public InvalidPropertyValueException(java.lang.String message)

InvalidPropertyValueException

public InvalidPropertyValueException(java.lang.Throwable throwable)