public class NoSuchTargetException extends RuntimeException implements ExceptionWithHumanReadableMessage
| Constructor and Description |
|---|
NoSuchTargetException(DependencyStack dependencyStack,
BuildTarget buildTarget) |
| Modifier and Type | Method and Description |
|---|---|
DependencyStack |
getDependencyStack()
Get the dependency stack associated with this error
|
String |
getHumanReadableErrorMessage() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NoSuchTargetException(DependencyStack dependencyStack, BuildTarget buildTarget)
public String getHumanReadableErrorMessage()
getHumanReadableErrorMessage in interface ExceptionWithHumanReadableMessagepublic DependencyStack getDependencyStack()
ExceptionWithHumanReadableMessagegetDependencyStack in interface ExceptionWithHumanReadableMessage