public class TaskUpdateThemeImport extends Object implements FallibleCommand
| Modifier and Type | Field and Description |
|---|---|
static String |
APPLICATION_META_INF_RESOURCES |
static String |
APPLICATION_STATIC_RESOURCES |
public static final String APPLICATION_META_INF_RESOURCES
public static final String APPLICATION_STATIC_RESOURCES
public void execute()
throws ExecutionFailedException
FallibleCommandIf execution fails then the command may throw an exception which may give a message and a cause of the failure.
execute in interface FallibleCommandExecutionFailedException - if there is an execution errorCopyright © 2000–2021 Vaadin Ltd. All rights reserved.