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