public class

DuplicatePropertyKeyException

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

Class Overview

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

Summary

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

Public Constructors

public DuplicatePropertyKeyException ()

public DuplicatePropertyKeyException (String msg)