|
MPQC
3.0.0-alpha
|
This is thrown when a system problem occurs. More...
#include <util/class/scexception.h>

Public Member Functions | |
| SystemException (const char *description=0, const char *file=0, int line=0, const ClassDesc *class_desc=0, const char *exception_type="SystemException") throw () | |
| Create a SystemException exception. | |
| SystemException (const SystemException &) throw () | |
This is thrown when a system problem occurs.
| sc::SystemException::SystemException | ( | const char * | description = 0, |
| const char * | file = 0, |
||
| int | line = 0, |
||
| const ClassDesc * | class_desc = 0, |
||
| const char * | exception_type = "SystemException" |
||
| ) | throw () |
Create a SystemException exception.
| description | a description of the problem. |
| file | the file name where the problem occured. |
| line | the line number where the exception occured. |
| class_desc | the ClassDesc for the object causing the exception. |
| exception_type | the classname of the SCException specialization. The default is "SystemException". |
It is suggested that the special macros FILE and LINE be given as the file and line arguments, respectively.