|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.fuin.kickstart4j.ErrorDialog
public final class ErrorDialog
Shows an error message and terminates the program via
System.exit(1).
| Method Summary | |
|---|---|
void |
run()
|
static void |
showAndExit(java.io.ByteArrayOutputStream errStream,
org.apache.commons.exec.ExecuteException executeException,
int exitCode)
Show an error message dialog using stream or exception. |
static void |
showAndExit(java.lang.String message,
int exitCode)
Show an error message dialog. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void run()
run in interface java.lang.Runnable
public static void showAndExit(java.io.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(java.lang.String message,
int exitCode)
message - Error message.exitCode - Code for System.exit(..).
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||