BowlerKernel
|
Public Member Functions | |
InvalidChannelException () | |
InvalidChannelException (String message) | |
Static Private Attributes | |
static final long | serialVersionUID = 1L |
The Class InvalidChannelException.
Definition at line 21 of file InvalidChannelException.java.
com.neuronrobotics.sdk.dyio.InvalidChannelException.InvalidChannelException | ( | ) |
Instantiates a new invalid channel exception.
Definition at line 29 of file InvalidChannelException.java.
com.neuronrobotics.sdk.dyio.InvalidChannelException.InvalidChannelException | ( | String | message | ) |
Instantiates a new invalid channel exception.
message | the message |
Definition at line 38 of file InvalidChannelException.java.
|
staticprivate |
The Constant serialVersionUID.
Definition at line 24 of file InvalidChannelException.java.