
public class DuplicatePropertyException extends IllegalArgumentException
| Constructor and Description |
|---|
DuplicatePropertyException(String name)
Creates a new instance of
DuplicatePropertyException taking the
name of the duplicate property. |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Gets the name of the duplicate property.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DuplicatePropertyException(String name)
DuplicatePropertyException taking the
name of the duplicate property.name - the name of the duplicate property.Copyright © 2005-2012 jDTAUS. All Rights Reserved.