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, getHumanReadableErrorMessage
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getDependencyStack, getHumanReadableErrorMessage
public CommandLineException(String humanReadableErrorMessage)
public CommandLineException(ExceptionWithHumanReadableMessage e)
public CommandLineException(@Nullable Throwable cause, String humanReadableErrorMessage)