#include <solution.h>
Definition at line 46 of file solution.h.
◆ SolutionException()
SolutionException::SolutionException |
( |
const char * |
a_what = 0 | ) |
|
Definition at line 39 of file solution.cpp.
References Tracer::AddTrace(), and Select.
41 Select = Exception::Select;
42 AddMessage(
"Error detected by solution package\n");
43 AddMessage(a_what); AddMessage(
"\n");
static unsigned long Select
◆ Select
unsigned long SolutionException::Select |
|
static |
The documentation for this class was generated from the following files: