@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 | addSuppressed, equals, fillInStackTrace, getCause, getClass, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, hashCode, initCause, notify, notifyAll, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString, wait, wait, wait | 
Copyright © 2003-2025 The Apache Software Foundation. All rights reserved.