com.opensymphony.module.propertyset
Class PropertyException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--com.opensymphony.module.propertyset.PropertyException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
DuplicatePropertyKeyException, IllegalPropertyException, InvalidPropertyTypeException, PropertyImplementationException

public class PropertyException
extends java.lang.RuntimeException

Parent class of all exceptions thrown by PropertySet.

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

Constructor Summary
PropertyException()
           
PropertyException(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

PropertyException

public PropertyException()

PropertyException

public PropertyException(java.lang.String msg)

See www.opensymphony.com for more information.