| Modifier and Type | Method and Description |
|---|---|
void |
run() |
static void |
showAndExit(ByteArrayOutputStream errStream,
org.apache.commons.exec.ExecuteException executeException,
int exitCode)
Show an error message dialog using stream or exception.
|
static void |
showAndExit(String message,
int exitCode)
Show an error message dialog.
|
public static void showAndExit(ByteArrayOutputStream errStream, org.apache.commons.exec.ExecuteException executeException, int exitCode)
errStream - Error stream filled by Executor.executeException - Exception from onProcessFailed(..) method.exitCode - Code for System.exit(..).public static void showAndExit(String message, int exitCode)
message - Error message.exitCode - Code for System.exit(..).Copyright © 2013 Future Invent Informationsmanagement GmbH, Hamburg (Germany). All Rights Reserved.