gui2.exceptions
- class GUIException: object.Exception;
Base class for all GUI exceptions.
- class GUIInitException: gui2.exceptions.GUIException;
Exception thrown at GUI initialization errors.
- class WidgetInitException: gui2.exceptions.GUIInitException;
Exception thrown when widget initialization fails.
- class LayoutInitException: gui2.exceptions.GUIInitException;
Exception thrown when layout initialization fails.
- class StyleInitException: gui2.exceptions.GUIInitException;
Exception thrown when style initialization fails.
- class WidgetNotFoundException: gui2.exceptions.GUIException;
Exception thrown when a widget with some address could not be found.
- class WidgetTypeException: gui2.exceptions.GUIException;
Exception thrown when a widget has an unexpected type.