Coin Logo Coin3D is Free Software,
published under the BSD 3-clause license.
https://coin3d.github.io
https://www.kongsberg.com/en/kogt/
Error Handling Classes

The error classes are static classes that contain a callback pointer for handling errors of the given type. More...

Classes

class  SoDebugError
 The SoDebugError class is the internal debugging message passing mechanism. More...
 
class  SoError
 The SoError class is the base class for all the error handling classes. More...
 
class  SoMemoryError
 The SoMemoryError class is used to inform of problems with memory allocation. More...
 
class  SoReadError
 The SoReadError class is used during model import operations. More...
 

Typedefs

typedef struct cc_debugerror cc_debugerror
 The cc_debugerror type is an internal Coin structure for debug error management.
 
typedef struct cc_error cc_error
 The cc_error type is an internal Coin structure for error management.
 

Detailed Description

The error classes are static classes that contain a callback pointer for handling errors of the given type.

Coin has default handlers for displaying all the types, but these can be overridden by applications by setting other callbacks.

Typedef Documentation

◆ cc_debugerror

typedef struct cc_debugerror cc_debugerror

The cc_debugerror type is an internal Coin structure for debug error management.

This is a Coin extension.

◆ cc_error

typedef struct cc_error cc_error

The cc_error type is an internal Coin structure for error management.

This is a Coin extension.