libtmux Reference MCP Search
On this page

io.github.libtmux.UnsupportedTmuxVersion.UnsupportedTmuxVersion

View as Markdown

Module
io.github.libtmux.UnsupportedTmuxVersion
Package
io.github.libtmux:libtmux
Source
libtmux/src/main/java/io/github/libtmux/UnsupportedTmuxVersion.java
class io.github.libtmux.UnsupportedTmuxVersion.UnsupportedTmuxVersion
classreadonly [source]
classreadonly [source]
class io.github.libtmux.UnsupportedTmuxVersion.UnsupportedTmuxVersion

The running tmux does not have something the call asked for.

<p>Raised instead of dropping the option. The Python sibling warns and carries on, which returns a pane that differs from the one described in a way nothing downstream can detect; a caller who asked for an empty pane and got a shell has no way to notice before something runs in it.

<p>Its own type so a caller who can do without the feature can catch exactly this, rather than matching on a message. The feature and the versions are in the message and not in accessors: a throwable is serializable, so exposing a TmuxVersion here would mean making that serializable too, and no caller has needed to read them apart from the text.

1 declared, 0 inherited

Members

  • UnsupportedTmuxVersion method For a capability that is missing from a range rather than from everything before a release.
Esc

Type to search.