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