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