public class

IllegalPropertyException

extends PropertyException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ com.opensymphony.module.propertyset.PropertyException
           ↳ com.opensymphony.module.propertyset.IllegalPropertyException

Class Overview

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.

Summary

Public Constructors
IllegalPropertyException()
IllegalPropertyException(String msg)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public IllegalPropertyException ()

public IllegalPropertyException (String msg)