Class GUIContextUnavailableException

  • All Implemented Interfaces:
    Serializable

    public class GUIContextUnavailableException
    extends Exception
    A GUIContextUnavailableException indicates that a requested GUI-context has not been created due to an internal failure.
    Author:
    Ulrich Kreher
    See Also:
    Serialized Form
    • Field Detail

      • guiManager

        protected final String guiManager
        The name of the GUI-manager which was unable to create a requested GUI-context.
    • Constructor Detail

      • GUIContextUnavailableException

        public GUIContextUnavailableException​(String guiManager,
                                              String message)
        Creates a new GUIContextUnavailableException to 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

        public GUIContextUnavailableException​(String guiManager,
                                              String message,
                                              Throwable cause)
        Creates a new GUIContextUnavailableException to 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 Detail

      • getGUIManager

        public String 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.