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