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