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, toString
public NoSuchTargetException(DependencyStack dependencyStack, BuildTarget buildTarget)
public String getHumanReadableErrorMessage()
getHumanReadableErrorMessage
in interface ExceptionWithHumanReadableMessage
public DependencyStack getDependencyStack()
ExceptionWithHumanReadableMessage
getDependencyStack
in interface ExceptionWithHumanReadableMessage