com.opensymphony.module.propertyset
Class InvalidPropertyTypeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.opensymphony.module.propertyset.PropertyException
                  extended bycom.opensymphony.module.propertyset.InvalidPropertyTypeException
All Implemented Interfaces:
java.io.Serializable

public class InvalidPropertyTypeException
extends PropertyException

Thrown if a property is attempted to be retrieved that does exist but is of different type.

Version:
$Revision: 1.3 $
Author:
Joe Walnes
See Also:
Serialized Form

Constructor Summary
InvalidPropertyTypeException()
           
InvalidPropertyTypeException(java.lang.String msg)
           
 
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

InvalidPropertyTypeException

public InvalidPropertyTypeException()

InvalidPropertyTypeException

public InvalidPropertyTypeException(java.lang.String msg)

See www.opensymphony.com for more information.

Copyright 2000-2005 - OpenSymphony