| |
|
| java.lang.Object java.lang.Throwable java.lang.Exception org.columba.core.command.CommandCancelledException
CommandCancelledException | public class CommandCancelledException extends Exception (Code) | | Throwing this exception in a Command aborts the execution immediately.
author: Timo Stich (tstich@users.sourceforge.net) |
CommandCancelledException | public CommandCancelledException()(Code) | | Constructor for CommandCancelledException.
|
CommandCancelledException | public CommandCancelledException(String message)(Code) | | Constructor for CommandCancelledException.
Parameters: message - |
CommandCancelledException | public CommandCancelledException(String message, Throwable cause)(Code) | | Constructor for CommandCancelledException.
Parameters: message - Parameters: cause - |
CommandCancelledException | public CommandCancelledException(Throwable cause)(Code) | | Constructor for CommandCancelledException.
Parameters: cause - |
|
|
|