|
MPQC
3.0.0-alpha
|
This is thrown when an attempt is made to use a feature that is not yet implemented. More...
#include <util/class/scexception.h>

Public Member Functions | |
| FeatureNotImplemented (const char *description=0, const char *file=0, int line=0, const ClassDesc *class_desc=0, const char *exception_type="FeatureNotImplemented") throw () | |
| Create a FeatureNotImplemented exception. | |
| FeatureNotImplemented (const FeatureNotImplemented &) throw () | |
This is thrown when an attempt is made to use a feature that is not yet implemented.
| sc::FeatureNotImplemented::FeatureNotImplemented | ( | const char * | description = 0, |
| const char * | file = 0, |
||
| int | line = 0, |
||
| const ClassDesc * | class_desc = 0, |
||
| const char * | exception_type = "FeatureNotImplemented" |
||
| ) | throw () |
Create a FeatureNotImplemented 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 "FeatureNotImplemented". |
It is suggested that the special macros FILE and LINE be given as the file and line arguments, respectively.