public class CommandException extends Exception
| Constructor and Description |
|---|
CommandException() |
CommandException(String message) |
CommandException(String help,
String message) |
CommandException(String help,
String message,
Throwable cause) |
CommandException(String message,
Throwable cause) |
CommandException(Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
String |
getNiceHelp() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2007–2017 The Apache Software Foundation. All rights reserved.