public class ExitCodeRetryable extends org.jodconverter.core.office.AbstractRetryable<RuntimeException>
| Constructor and Description |
|---|
ExitCodeRetryable(@NonNull org.jodconverter.local.office.VerboseProcess process)
Creates a new instance of the class for the specified process.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
attempt() |
int |
getExitCode()
The exit code of the process.
|
public ExitCodeRetryable(@NonNull org.jodconverter.local.office.VerboseProcess process)
process - The process whose exit code is to be retrieved.protected void attempt()
throws org.jodconverter.core.office.TemporaryException
attempt in class org.jodconverter.core.office.AbstractRetryable<RuntimeException>org.jodconverter.core.office.TemporaryExceptionpublic int getExitCode()
Copyright © 2022 - present; JODConverter. All rights reserved.