BakeoutController-Basic  0.1
A Controller for the Omicron vacuum chamber
Public Member Functions | List of all members
exceptions.WrappedModbusException Class Reference
Inheritance diagram for exceptions.WrappedModbusException:
Inheritance graph
[legend]
Collaboration diagram for exceptions.WrappedModbusException:
Collaboration graph
[legend]

Public Member Functions

 WrappedModbusException (Throwable error)
 

Detailed Description

Thrown if the MODBUS library throws an Exception The documentation or the exception API isn't specific on what goes down when an exception is thrown, so I went ahead and wrapped it in this.

Definition at line 9 of file WrappedModbusException.java.

Constructor & Destructor Documentation

exceptions.WrappedModbusException.WrappedModbusException ( Throwable  error)
Parameters
errorThe exception thrown by the MODBUS library, that this exception is to wrap

Definition at line 15 of file WrappedModbusException.java.

15  {
16  super(error);
17  }

The documentation for this class was generated from the following file:
Git Repo