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