man errors (Fonctions bibliothèques) -

NAME

Error handling -

Classes

class SoDebugError

"TheSoDebugErrorclassistheinternaldebuggingmessagepassingmechanism.

This class basically serves two purposes:. " class SoError

"TheSoErrorclassisthebaseclassforalltheerrorhandlingclasses.

The default error handler just prints messages on the standard error output channel, but this can be overridden by client applications. " class SoMemoryError

"TheSoMemoryErrorclassisusedtoinformofproblemswithmemoryallocation.

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

"TheSoReadErrorclassisusedduringmodelimportoperations.

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