On this page
io.github.libtmux.LibTmuxException.LibTmuxException
- Module
- io.github.libtmux.LibTmuxException
- Package
- io.github.libtmux:libtmux
- Source
- libtmux/src/main/java/io/github/libtmux/LibTmuxException.java
-
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 anIllegalArgumentException, and use after close anIllegalStateException.
1 declared, 0 inherited
Members
- LibTmuxException method