BowlerKernel
Public Member Functions | Static Private Attributes | List of all members
com.neuronrobotics.sdk.dyio.InvalidChannelOperationException Class Reference
Inheritance diagram for com.neuronrobotics.sdk.dyio.InvalidChannelOperationException:
Inheritance graph
[legend]
Collaboration diagram for com.neuronrobotics.sdk.dyio.InvalidChannelOperationException:
Collaboration graph
[legend]

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
 

Detailed Description

The Class InvalidChannelOperationException.

Definition at line 23 of file InvalidChannelOperationException.java.

Constructor & Destructor Documentation

◆ InvalidChannelOperationException() [1/2]

com.neuronrobotics.sdk.dyio.InvalidChannelOperationException.InvalidChannelOperationException ( )

Instantiates a new invalid channel operation exception.

Definition at line 31 of file InvalidChannelOperationException.java.

◆ InvalidChannelOperationException() [2/2]

com.neuronrobotics.sdk.dyio.InvalidChannelOperationException.InvalidChannelOperationException ( String  message)

Instantiates a new invalid channel operation exception.

Parameters
messagethe message

Definition at line 40 of file InvalidChannelOperationException.java.

References com.neuronrobotics.sdk.common.BowlerRuntimeException.message.

Member Data Documentation

◆ serialVersionUID

final long com.neuronrobotics.sdk.dyio.InvalidChannelOperationException.serialVersionUID = 1L
staticprivate

The Constant serialVersionUID.

Definition at line 26 of file InvalidChannelOperationException.java.


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