public class ToolchainInstantiationException extends HumanReadableException
| Constructor and Description |
|---|
ToolchainInstantiationException(ExceptionWithHumanReadableMessage e) |
ToolchainInstantiationException(String humanReadableErrorMessage) |
ToolchainInstantiationException(String humanReadableFormatString,
Object... args) |
ToolchainInstantiationException(Throwable cause,
String humanReadableErrorMessage) |
ToolchainInstantiationException(Throwable cause,
String humanReadableFormatString,
Object... args) |
| Modifier and Type | Method and Description |
|---|---|
static ToolchainInstantiationException |
wrap(HumanReadableException e) |
getDependencyStack, getHumanReadableErrorMessageaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ToolchainInstantiationException(String humanReadableFormatString, Object... args)
public ToolchainInstantiationException(String humanReadableErrorMessage)
public ToolchainInstantiationException(@Nullable Throwable cause, String humanReadableErrorMessage)
public ToolchainInstantiationException(@Nullable Throwable cause, String humanReadableFormatString, Object... args)
public ToolchainInstantiationException(ExceptionWithHumanReadableMessage e)
public static ToolchainInstantiationException wrap(HumanReadableException e)