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