libtmux Reference MCP Search
On this page

io.github.libtmux.LibTmuxException.LibTmuxException

View as Markdown

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

The root of every operational failure this library raises.

<p>Unchecked, because a tmux failure can arise from any call and forcing every caller to declare it would say nothing. This covers transport, tmux, hydration and query failures. It does not cover programmer error: a null argument is a NullPointerException , an invalid value an IllegalArgumentException , and use after close an IllegalStateException .

1 declared, 0 inherited

Members

Esc

Type to search.