@CompileStatic class CommandException extends Exception
Thrown to indicate a problem with command execution.
| Constructor and description | 
|---|
| CommandException
                                (Command command, String msg) | 
| CommandException
                                (Command command, String msg, Throwable cause) | 
| Type Params | Return Type | Name and description | 
|---|---|---|
|  | Command | getCommand() | 
| Methods inherited from class | Name | 
|---|---|
| class Exception | printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, getMessage, getSuppressed, getLocalizedMessage, getStackTrace, setStackTrace, addSuppressed, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll | 
Copyright © 2003-2024 The Apache Software Foundation. All rights reserved.