public class GUIContextUnavailableException
extends java.lang.Exception
GUIContextUnavailableException indicates that a requested
GUI-context has not been created due to an internal failure.| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
guiManager
The name of the GUI-manager which was unable to create a requested
GUI-context.
|
| Constructor and Description |
|---|
GUIContextUnavailableException(java.lang.String guiManager,
java.lang.String message)
Creates a new
GUIContextUnavailableException to indicate
that the corresponding GUI-manager was not been able to create a requested
GUI-context. |
GUIContextUnavailableException(java.lang.String guiManager,
java.lang.String message,
java.lang.Throwable cause)
Creates a new
GUIContextUnavailableException to indicate
that the corresponding GUI-manager was not been able to create a requested
GUI-context. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getGUIManager()
Gets the name of the GUI-manager which was unable to create a requested
GUI-context.
|
protected final java.lang.String guiManager
public GUIContextUnavailableException(java.lang.String guiManager,
java.lang.String message)
GUIContextUnavailableException to indicate
that the corresponding GUI-manager was not been able to create a requested
GUI-context.guiManager - The name of the GUI-manager which was unable to create a
requested GUI-context.message - A message for a more detailed description of the problem.public GUIContextUnavailableException(java.lang.String guiManager,
java.lang.String message,
java.lang.Throwable cause)
GUIContextUnavailableException to indicate
that the corresponding GUI-manager was not been able to create a requested
GUI-context.guiManager - The name of the GUI-manager which was unable to create a
requested GUI-context.message - A message for a more detailed description of the problem.cause - The cause of the exception.