Class TerminalIOException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.github.eggy03.dmidecode.exception.TerminalIOException
All Implemented Interfaces:
Serializable

public class TerminalIOException extends RuntimeException
Thrown when the terminal fails to execute a command or a script
Since:
0.1.0
See Also:
  • Constructor Details

    • TerminalIOException

      public TerminalIOException(String message, Throwable cause)
    • TerminalIOException

      public TerminalIOException(String message)
    • TerminalIOException

      public TerminalIOException(Throwable cause)