errors.3sim

Langue: en

Version: 154000 (fedora - 05/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

Error handling -

Classes


class SoDebugError
The SoDebugError class is the internal debugging message passing mechanism.

This class basically serves two purposes:. "
class SoError
The SoError class is the base class for all the error handling classes.

The default error handler just prints messages on the standard error output channel, but this can be overridden by client applications. "
class SoMemoryError
The SoMemoryError class is used to inform of problems with memory allocation.

Modern operating systems takes care of handling most out of memory conditions for you, but in certain situations it can be wise to do some manual checking and intervention. This class is provided as an aid to help out in these situations. "
class SoReadError
The SoReadError class is used during model import operations.

During model file import, this class will be used to output any error or warning messages. "

Detailed Description

Author

Generated automatically by Doxygen for Coin from the source code.