ExceptionsΒΆ
libtmux exceptions.
libtmux.excΒΆ
-
exception libtmux.exc.LibTmuxExceptionΒΆexception libtmux.exc.LibTmuxExceptionΒΆ
Bases:
ExceptionBase Exception for libtmux Errors.
-
exception libtmux.exc.DeprecatedErrorΒΆexception libtmux.exc.DeprecatedErrorΒΆ
Bases:
LibTmuxExceptionRaised when a deprecated function, method, or parameter is used.
This exception provides clear guidance on what to use instead.
-
exception libtmux.exc.TmuxSessionExistsΒΆexception libtmux.exc.TmuxSessionExistsΒΆ
Bases:
LibTmuxExceptionSession does not exist in the server.
-
exception libtmux.exc.TmuxCommandNotFoundΒΆexception libtmux.exc.TmuxCommandNotFoundΒΆ
Bases:
LibTmuxExceptionApplication binary for tmux not found.
-
exception libtmux.exc.TmuxObjectDoesNotExistΒΆexception libtmux.exc.TmuxObjectDoesNotExistΒΆ
Bases:
ObjectDoesNotExistThe query returned multiple objects when only one was expected.
-
exception libtmux.exc.VersionTooLowΒΆexception libtmux.exc.VersionTooLowΒΆ
Bases:
LibTmuxExceptionRaised if tmux below the minimum version to use libtmux.
-
exception libtmux.exc.BadSessionNameΒΆexception libtmux.exc.BadSessionNameΒΆ
Bases:
LibTmuxExceptionDisallowed session name for tmux (empty, contains periods or colons).
-
exception libtmux.exc.OptionErrorΒΆexception libtmux.exc.OptionErrorΒΆ
Bases:
LibTmuxExceptionRoot error for any error involving invalid, ambiguous or bad options.
-
exception libtmux.exc.UnknownOptionΒΆexception libtmux.exc.UnknownOptionΒΆ
Bases:
OptionErrorOption unknown to tmux show-option(s) or show-window-option(s).
-
exception libtmux.exc.UnknownColorOptionΒΆexception libtmux.exc.UnknownColorOptionΒΆ
Bases:
UnknownOptionUnknown color option.
-
exception libtmux.exc.InvalidOptionΒΆexception libtmux.exc.InvalidOptionΒΆ
Bases:
OptionErrorOption invalid to tmux.
-
exception libtmux.exc.AmbiguousOptionΒΆexception libtmux.exc.AmbiguousOptionΒΆ
Bases:
OptionErrorOption that could potentially match more than one.
-
exception libtmux.exc.WaitTimeoutΒΆexception libtmux.exc.WaitTimeoutΒΆ
Bases:
LibTmuxExceptionFunction timed out without meeting condition.
-
exception libtmux.exc.VariableUnpackingErrorΒΆexception libtmux.exc.VariableUnpackingErrorΒΆ
Bases:
LibTmuxExceptionError unpacking variable.
-
exception libtmux.exc.PaneErrorΒΆexception libtmux.exc.PaneErrorΒΆ
Bases:
LibTmuxExceptionAny type of pane related error.
-
exception libtmux.exc.PaneNotFoundΒΆexception libtmux.exc.PaneNotFoundΒΆ
Bases:
PaneErrorPane not found.
-
exception libtmux.exc.WindowErrorΒΆexception libtmux.exc.WindowErrorΒΆ
Bases:
LibTmuxExceptionAny type of window related error.
-
exception libtmux.exc.MultipleActiveWindowsΒΆexception libtmux.exc.MultipleActiveWindowsΒΆ
Bases:
WindowErrorMultiple active windows.
-
exception libtmux.exc.NoActiveWindowΒΆexception libtmux.exc.NoActiveWindowΒΆ
Bases:
WindowErrorNo active window found.
-
exception libtmux.exc.NoWindowsExistΒΆexception libtmux.exc.NoWindowsExistΒΆ
Bases:
WindowErrorNo windows exist for object.
-
exception libtmux.exc.AdjustmentDirectionRequiresAdjustmentΒΆexception libtmux.exc.AdjustmentDirectionRequiresAdjustmentΒΆ
Bases:
LibTmuxException,ValueErrorIf adjustment_direction is set, adjustment must be set.
-
exception libtmux.exc.WindowAdjustmentDirectionRequiresAdjustmentΒΆexception libtmux.exc.WindowAdjustmentDirectionRequiresAdjustmentΒΆ
Bases:
WindowError,AdjustmentDirectionRequiresAdjustmentValueError for
libtmux.Window.resize_window().
-
exception libtmux.exc.PaneAdjustmentDirectionRequiresAdjustmentΒΆexception libtmux.exc.PaneAdjustmentDirectionRequiresAdjustmentΒΆ
Bases:
WindowError,AdjustmentDirectionRequiresAdjustmentValueError for
libtmux.Pane.resize_pane().
-
exception libtmux.exc.RequiresDigitOrPercentageΒΆexception libtmux.exc.RequiresDigitOrPercentageΒΆ
Bases:
LibTmuxException,ValueErrorRequires digit (int or str digit) or a percentage.