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, toString
Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.