public static class FrontendUtils.CommandExecutionException extends Exception
| Constructor and Description |
|---|
CommandExecutionException(int processExitCode)
Constructs an exception telling what code the command execution
process was exited with.
|
CommandExecutionException(Throwable cause)
Constructs an exception telling what was the original exception the
command execution process failed with.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CommandExecutionException(int processExitCode)
processExitCode - process exit codepublic CommandExecutionException(Throwable cause)
cause - the cause exception of process failure.Copyright © 2000–2021 Vaadin Ltd. All rights reserved.