MPQC  3.0.0-alpha
Public Member Functions
sc::SystemException Class Reference

This is thrown when a system problem occurs. More...

#include <util/class/scexception.h>

Inheritance diagram for sc::SystemException:
Inheritance graph
[legend]

List of all members.

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 ()

Detailed Description

This is thrown when a system problem occurs.


Constructor & Destructor Documentation

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.

Parameters:
descriptiona description of the problem.
filethe file name where the problem occured.
linethe line number where the exception occured.
class_descthe ClassDesc for the object causing the exception.
exception_typethe 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.


The documentation for this class was generated from the following file:

Generated at Sat Jul 7 2012 11:52:59 for MPQC 3.0.0-alpha using the documentation package Doxygen 1.8.0.