public class CommandLineException extends HumanReadableException implements ExceptionWithHumanReadableMessage
| Constructor and Description |
|---|
CommandLineException(ExceptionWithHumanReadableMessage e) |
CommandLineException(String humanReadableErrorMessage) |
CommandLineException(String humanReadableFormatString,
Object... args) |
CommandLineException(Throwable cause,
String humanReadableErrorMessage) |
CommandLineException(Throwable cause,
String humanReadableFormatString,
Object... args) |
getDependencyStack, getHumanReadableErrorMessageaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetDependencyStack, getHumanReadableErrorMessagepublic CommandLineException(String humanReadableErrorMessage)
public CommandLineException(ExceptionWithHumanReadableMessage e)
public CommandLineException(@Nullable Throwable cause, String humanReadableErrorMessage)