public interface FallibleCommand
Note that this interface is not serializable and should not be used in a web application.
For internal use only. May be renamed or removed in a future release.
Modifier and Type | Method and Description |
---|---|
void |
execute()
Runs the given command.
|
void execute() throws ExecutionFailedException
If execution fails then the command may throw an exception which may give a message and a cause of the failure.
ExecutionFailedException
- if there is an execution errorCopyright © 2025. All rights reserved.