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

Public Member Functions

 BowlerRuntimeException (String message)
 
String toString ()
 

Private Attributes

String message
 

Static Private Attributes

static final long serialVersionUID = 1L
 

Detailed Description

The Class BowlerRuntimeException.

Definition at line 22 of file BowlerRuntimeException.java.

Constructor & Destructor Documentation

◆ BowlerRuntimeException()

com.neuronrobotics.sdk.common.BowlerRuntimeException.BowlerRuntimeException ( String  message)

Instantiates a new bowler runtime exception.

Parameters
messagethe message

Definition at line 35 of file BowlerRuntimeException.java.

References com.neuronrobotics.sdk.common.Log.error(), com.neuronrobotics.sdk.common.BowlerRuntimeException.message, and com.neuronrobotics.sdk.common.BowlerRuntimeException.toString().

Here is the call graph for this function:

Member Function Documentation

◆ toString()

String com.neuronrobotics.sdk.common.BowlerRuntimeException.toString ( )

Member Data Documentation

◆ message

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

◆ serialVersionUID

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

The Constant serialVersionUID.

Definition at line 25 of file BowlerRuntimeException.java.


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