public class HumanReadableException extends RuntimeException implements ExceptionWithHumanReadableMessage
Constructor and Description |
---|
HumanReadableException(DependencyStack dependencyStack,
String humanReadableErrorMessage) |
HumanReadableException(DependencyStack dependencyStack,
String humanReadableFormatString,
Object... args) |
HumanReadableException(ExceptionWithHumanReadableMessage e) |
HumanReadableException(String humanReadableErrorMessage) |
HumanReadableException(String humanReadableFormatString,
Object... args) |
HumanReadableException(Throwable cause,
DependencyStack dependencyStack,
String humanReadableErrorMessage) |
HumanReadableException(Throwable cause,
DependencyStack dependencyStack,
String humanReadableFormatString,
Object... args) |
HumanReadableException(Throwable cause,
String humanReadableErrorMessage) |
HumanReadableException(Throwable cause,
String humanReadableFormatString,
Object... args) |
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 HumanReadableException(DependencyStack dependencyStack, String humanReadableFormatString, Object... args)
public HumanReadableException(DependencyStack dependencyStack, String humanReadableErrorMessage)
public HumanReadableException(@Nullable Throwable cause, DependencyStack dependencyStack, String humanReadableErrorMessage)
public HumanReadableException(@Nullable Throwable cause, DependencyStack dependencyStack, String humanReadableFormatString, Object... args)
public HumanReadableException(String humanReadableFormatString, Object... args)
public HumanReadableException(String humanReadableErrorMessage)
public HumanReadableException(@Nullable Throwable cause, String humanReadableErrorMessage)
public HumanReadableException(@Nullable Throwable cause, String humanReadableFormatString, Object... args)
public HumanReadableException(ExceptionWithHumanReadableMessage e)
public String getHumanReadableErrorMessage()
getHumanReadableErrorMessage
in interface ExceptionWithHumanReadableMessage
public DependencyStack getDependencyStack()
ExceptionWithHumanReadableMessage
getDependencyStack
in interface ExceptionWithHumanReadableMessage