#include <util/class/scexception.h>

Public Member Functions | |
| AlgorithmException (const char *description=0, const char *file=0, int line=0, const ClassDesc *class_desc=0, const char *exception_type="AlgorithmException") throw () | |
| Create an AlgorithmException. | |
| AlgorithmException (const AlgorithmException &) throw () | |
| sc::AlgorithmException::AlgorithmException | ( | const char * | description = 0, |
|
| const char * | file = 0, |
|||
| int | line = 0, |
|||
| const ClassDesc * | class_desc = 0, |
|||
| const char * | exception_type = "AlgorithmException" | |||
| ) | throw () |
Create an AlgorithmException.
| 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 "AlgorithmException". |
file and line arguments, respectively.