|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.org.ury.frontend.FrontendError
public class FrontendError
Factory for descriptive error dialogues.
Constructor Summary | |
---|---|
FrontendError()
|
Method Summary | |
---|---|
static void |
reportFatal(java.lang.String message,
FrontendApplet panel)
|
static void |
reportFatal(java.lang.String message,
FrontendFrame frame)
Create an error dialogue to report a fatal error. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FrontendError()
Method Detail |
---|
public static void reportFatal(java.lang.String message, FrontendFrame frame)
message
- The message, eg the exception message,
to report to the user.public static void reportFatal(java.lang.String message, FrontendApplet panel)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |