public class ExecutionException extends AutoCoderException
| Constructor and Description |
|---|
ExecutionException(String message) |
ExecutionException(String message,
int exitCode) |
ExecutionException(String message,
int exitCode,
String output) |
| Modifier and Type | Method and Description |
|---|---|
int |
getExitCode() |
String |
getOutput() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2025. All rights reserved.