com.opensymphony.module.propertyset
Class DuplicatePropertyKeyException

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

public class DuplicatePropertyKeyException
extends PropertyException

Thrown if a property is set who's key matches a key of an existing property with different type.

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

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

DuplicatePropertyKeyException

public DuplicatePropertyKeyException()

DuplicatePropertyKeyException

public DuplicatePropertyKeyException(java.lang.String msg)

See www.opensymphony.com for more information.