|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.ibm.as400.ui.framework.java.DisplayManagerException
public class DisplayManagerException extends Exception
Thrown when an error is encountered accessing a user interface panel definition.
DisplayManagerException can display a translated user message describing
the cause of the error.
PanelManager,
PropertySheetManager,
WizardManager,
DeckPaneManager,
SplitPaneManager,
TabbedPaneManager,
Serialized Form| Modifier and Type | Method and Description |
|---|---|
void |
displayUserMessage(Component parent)
Displays a message describing the cause of the error. |
static String |
getAppTitle()
Returns the title used for message box windows. |
String |
getExceptionClassName()
Returns the class name of the original exception. |
String |
getLocalizedMessage()
Returns a localized description of this DisplayManagerException. |
static void |
setAppTitle(String title)
Sets the title used for message box windows. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public void displayUserMessage(Component parent)
parent - Determines the Frame in which the dialog is displayed.
If null, or if the parent component has no Frame, a default Frame is used.public String getLocalizedMessage()
DisplayManagerException.
getLocalizedMessage in class Throwablepublic String getExceptionClassName()
public static void setAppTitle(String title)
title - the application titlegetAppTitle()public static String getAppTitle()
setAppTitle(java.lang.String)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||