Class GUIContextUnavailableException

java.lang.Object
java.lang.Throwable
java.lang.Exception
de.aristaflow.adept2.core.runtimemanager.gui.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:
  • Field Details

    • guiManager

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

    • 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 Details

    • 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.