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

Public Member Functions

 InvalidDataLengthException ()
 
 InvalidDataLengthException (String string)
 

Static Private Attributes

static final long serialVersionUID = 1L
 

Detailed Description

This exception is thrown in the case of an invalid data length.

Author
rbreznak

Definition at line 22 of file InvalidDataLengthException.java.

Constructor & Destructor Documentation

◆ InvalidDataLengthException() [1/2]

com.neuronrobotics.sdk.common.InvalidDataLengthException.InvalidDataLengthException ( )

Instantiates a new invalid data length exception.

Definition at line 30 of file InvalidDataLengthException.java.

◆ InvalidDataLengthException() [2/2]

com.neuronrobotics.sdk.common.InvalidDataLengthException.InvalidDataLengthException ( String  string)

Instantiates a new invalid data length exception.

Parameters
stringthe string

Definition at line 39 of file InvalidDataLengthException.java.

Member Data Documentation

◆ serialVersionUID

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

The Constant serialVersionUID.

Definition at line 25 of file InvalidDataLengthException.java.


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