|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectchemaxon.alchemist.AlchemistError
public class AlchemistError
| Method Summary | |
|---|---|
static void |
showError(java.awt.Dialog parentDialog,
java.lang.Exception exception)
Shows an AlchemistError dialog from exception |
static void |
showError(java.awt.Dialog parentDialog,
java.lang.String humanReadableErrorMessage)
Shows an AlchemistError dialog with custom message |
static void |
showError(java.awt.Dialog parentDialog,
java.lang.String humanReadableErrorMessage,
java.lang.Exception exception)
Shows an AlchemistError dialog from exception, with custom message |
static void |
showError(java.lang.Exception exception)
Shows an AlchemistError dialog from exception |
static void |
showError(java.awt.Frame parentFrame,
java.lang.Exception exception)
Shows an AlchemistError dialog from exception |
static void |
showError(java.awt.Frame parentFrame,
java.lang.String humanReadableErrorMessage)
Shows an AlchemistError dialog with custom message |
static void |
showError(java.awt.Frame parentFrame,
java.lang.String humanReadableErrorMessage,
java.lang.Exception exception)
Shows an AlchemistError dialog from exception, with custom message |
static void |
showError(java.lang.String humanReadableErrorMessage)
Shows an AlchemistError dialog with custom message |
static void |
showError(java.lang.String humanReadableErrorMessage,
java.lang.Exception exception)
Shows an AlchemistError dialog from exception, with custom message |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void showError(java.lang.String humanReadableErrorMessage)
humanReadableErrorMessage - will be displayed as error messagepublic static void showError(java.lang.Exception exception)
exception - will be used as source for error message and stack
public static void showError(java.lang.String humanReadableErrorMessage,
java.lang.Exception exception)
humanReadableErrorMessage - will be displayed as error messageexception - will be used as source for exception stack
public static void showError(java.awt.Frame parentFrame,
java.lang.String humanReadableErrorMessage)
parentFrame - will be the parent of the dialoghumanReadableErrorMessage - will be displayed as error message
public static void showError(java.awt.Frame parentFrame,
java.lang.Exception exception)
parentFrame - will be the parent of the dialogexception - will be used as source for error message and stack
public static void showError(java.awt.Frame parentFrame,
java.lang.String humanReadableErrorMessage,
java.lang.Exception exception)
parentFrame - will be the parent of the dialoghumanReadableErrorMessage - will be displayed as error messageexception - will be used as source for exception stack
public static void showError(java.awt.Dialog parentDialog,
java.lang.String humanReadableErrorMessage)
parentDialog - will be the parent of the dialoghumanReadableErrorMessage - will be displayed as error message
public static void showError(java.awt.Dialog parentDialog,
java.lang.Exception exception)
parentDialog - will be the parent of the dialogexception - will be used as source for error message and stack
public static void showError(java.awt.Dialog parentDialog,
java.lang.String humanReadableErrorMessage,
java.lang.Exception exception)
parentDialog - will be the parent of the dialoghumanReadableErrorMessage - will be displayed as error messageexception - will be used as source for exception stack
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||