Exceptions
Exception classes used throughout QtPyGuiHelper.
Custom exceptions for QtPyGuiHelper library.
- exception qtpyguihelper.exceptions.QtPyGuiHelperError[source]
Bases:
ExceptionBase exception for QtPyGuiHelper library.
- exception qtpyguihelper.exceptions.BackendError[source]
Bases:
QtPyGuiHelperErrorRaised when there’s an issue with backend selection or initialization.
- exception qtpyguihelper.exceptions.ConfigurationError[source]
Bases:
QtPyGuiHelperErrorRaised when there’s an issue with configuration loading or validation.
- exception qtpyguihelper.exceptions.WidgetError[source]
Bases:
QtPyGuiHelperErrorRaised when there’s an issue with widget creation or manipulation.
- exception qtpyguihelper.exceptions.ValidationError(message, missing_fields=None)[source]
Bases:
QtPyGuiHelperErrorRaised when form validation fails.
- exception qtpyguihelper.exceptions.FileOperationError[source]
Bases:
QtPyGuiHelperErrorRaised when file operations (save/load) fail.
- exception qtpyguihelper.exceptions.UnsupportedOperationError[source]
Bases:
QtPyGuiHelperErrorRaised when an operation is not supported by the current backend.