|
BowlerKernel
|


Public Member Functions | |
| InvalidChannelOperationException () | |
| InvalidChannelOperationException (String message) | |
Public Member Functions inherited from com.neuronrobotics.sdk.common.BowlerRuntimeException | |
| BowlerRuntimeException (String message) | |
| String | toString () |
Static Private Attributes | |
| static final long | serialVersionUID = 1L |
The Class InvalidChannelOperationException.
Definition at line 23 of file InvalidChannelOperationException.java.
| com.neuronrobotics.sdk.dyio.InvalidChannelOperationException.InvalidChannelOperationException | ( | ) |
Instantiates a new invalid channel operation exception.
Definition at line 31 of file InvalidChannelOperationException.java.
| com.neuronrobotics.sdk.dyio.InvalidChannelOperationException.InvalidChannelOperationException | ( | String | message | ) |
Instantiates a new invalid channel operation exception.
| message | the message |
Definition at line 40 of file InvalidChannelOperationException.java.
References com.neuronrobotics.sdk.common.BowlerRuntimeException.message.
|
staticprivate |
The Constant serialVersionUID.
Definition at line 26 of file InvalidChannelOperationException.java.