Class GUIContextUnavailableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.aristaflow.adept2.core.runtimemanager.gui.GUIContextUnavailableException
- All Implemented Interfaces:
Serializable
A
GUIContextUnavailableException indicates that a requested
GUI-context has not been created due to an internal failure.- Author:
- Ulrich Kreher
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final StringThe name of the GUI-manager which was unable to create a requested GUI-context. -
Constructor Summary
ConstructorsConstructorDescriptionGUIContextUnavailableException(String guiManager, String message) Creates a newGUIContextUnavailableExceptionto indicate that the corresponding GUI-manager was not been able to create a requested GUI-context.GUIContextUnavailableException(String guiManager, String message, Throwable cause) Creates a newGUIContextUnavailableExceptionto indicate that the corresponding GUI-manager was not been able to create a requested GUI-context. -
Method Summary
Modifier and TypeMethodDescriptionGets the name of the GUI-manager which was unable to create a requested GUI-context.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
guiManager
The name of the GUI-manager which was unable to create a requested GUI-context.
-
-
Constructor Details
-
GUIContextUnavailableException
Creates a newGUIContextUnavailableExceptionto indicate that the corresponding GUI-manager was not been able to create a requested GUI-context.- Parameters:
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.
-
GUIContextUnavailableException
Creates a newGUIContextUnavailableExceptionto indicate that the corresponding GUI-manager was not been able to create a requested GUI-context.- Parameters:
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.
-
-
Method Details
-
getGUIManager
Gets the name of the GUI-manager which was unable to create a requested GUI-context.- Returns:
- The name of the GUI-manager which was unable to create a requested GUI-context.
-