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

This is thrown when an attempt is made to use a feature that is not yet implemented. More...

#include <util/class/scexception.h>

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

List of all members.

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

Detailed Description

This is thrown when an attempt is made to use a feature that is not yet implemented.


Constructor & Destructor Documentation

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.

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 "FeatureNotImplemented".

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.