.TH "coin_errors" 3 "Tue Dec 26 2023 17:59:22" "Version 4.0.2" "Coin" \" -*- nroff -*- .ad l .nh .SH NAME coin_errors \- Error Handling Classes .PP \- The error classes are static classes that contain a callback pointer for handling errors of the given type\&. .SH SYNOPSIS .br .PP .SS "Classes" .in +1c .ti -1c .RI "class \fBSoDebugError\fP" .br .RI "The \fBSoDebugError\fP class is the internal debugging message passing mechanism\&. " .ti -1c .RI "class \fBSoError\fP" .br .RI "The \fBSoError\fP class is the base class for all the error handling classes\&. " .ti -1c .RI "class \fBSoMemoryError\fP" .br .RI "The \fBSoMemoryError\fP class is used to inform of problems with memory allocation\&. " .ti -1c .RI "class \fBSoReadError\fP" .br .RI "The \fBSoReadError\fP class is used during model import operations\&. " .in -1c .SH "Detailed Description" .PP 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\&. .SH "Author" .PP Generated automatically by Doxygen for Coin from the source code\&.