org.jdtaus.core.container
Class DuplicatePropertyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
org.jdtaus.core.container.DuplicatePropertyException
- All Implemented Interfaces:
- Serializable
- public class DuplicatePropertyException
- extends IllegalArgumentException
Gets thrown for duplicate properties.
- Version:
- $Id: DuplicatePropertyException.java 1914 2007-03-01 02:20:44Z schulte2005 $
- Author:
- Christian Schulte
- See Also:
- Serialized Form
|
Method Summary |
String |
getName()
Gets the name of the duplicate property. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DuplicatePropertyException
public DuplicatePropertyException(String name)
- Creates a new instance of taking the
name of the duplicate property.
- Parameters:
name - the name of the duplicate property.
getName
public String getName()
- Gets the name of the duplicate property.
- Returns:
- the name of the duplicate property or .
Copyright © 2005-2007 jDTAUS. All Rights Reserved.