com.opensymphony.module.propertyset
Class IllegalPropertyException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--com.opensymphony.module.propertyset.PropertyException
                          |
                          +--com.opensymphony.module.propertyset.IllegalPropertyException
All Implemented Interfaces:
java.io.Serializable

public class IllegalPropertyException
extends PropertyException

Thrown if a property is set which is not allowed.

e.g. non-serializable Object is passed to SerializablePropertySet, or field is persisted that cannot be stored in database.

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

Constructor Summary
IllegalPropertyException()
           
IllegalPropertyException(java.lang.String msg)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IllegalPropertyException

public IllegalPropertyException()

IllegalPropertyException

public IllegalPropertyException(java.lang.String msg)

See www.opensymphony.com for more information.