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

Public Member Functions

 InvalidResponseException ()
 
 InvalidResponseException (String msg)
 
String getMessage ()
 

Private Attributes

String message
 

Static Private Attributes

static final long serialVersionUID = 1L
 

Detailed Description

This exception is thrown when an invalid response is recieved from a device.

Author
rbreznak

Definition at line 22 of file InvalidResponseException.java.

Constructor & Destructor Documentation

◆ InvalidResponseException() [1/2]

com.neuronrobotics.sdk.common.InvalidResponseException.InvalidResponseException ( )

Instantiates a new invalid response exception.

Definition at line 33 of file InvalidResponseException.java.

References com.neuronrobotics.sdk.common.InvalidResponseException.message.

◆ InvalidResponseException() [2/2]

com.neuronrobotics.sdk.common.InvalidResponseException.InvalidResponseException ( String  msg)

Instantiates a new invalid response exception.

Parameters
msgthe msg

Definition at line 43 of file InvalidResponseException.java.

References com.neuronrobotics.sdk.common.InvalidResponseException.message.

Member Function Documentation

◆ getMessage()

String com.neuronrobotics.sdk.common.InvalidResponseException.getMessage ( )

Member Data Documentation

◆ message

String com.neuronrobotics.sdk.common.InvalidResponseException.message
private

◆ serialVersionUID

final long com.neuronrobotics.sdk.common.InvalidResponseException.serialVersionUID = 1L
staticprivate

The Constant serialVersionUID.

Definition at line 25 of file InvalidResponseException.java.


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