MissingDataException

A class used for defining missing data exceptions.

All class functions are defined inline.


[ verification_docs | Source | Keywords | Summary | Ancestors | All Members | Descendants ]

Quick Index

DESCRIPTION
AUTHOR

Class Summary

class MissingDataException : public GenericException

{

public:
MissingDataException( const string & className, const string & method, const string & text ) ;
protected:
private:
}; // MissingDataException


DESCRIPTION

A class used for defining missing data exceptions. Used whenever data is is not returned or generated as expected.


AUTHOR

Mike Smoot


MissingDataException( const string & className, const string & method, const string & text ) ;

Expected data is missing or incomplete.

		MissingDataException( const string & className,
						   const string & method,
						   const string & text )
		;

Function is currently defined inline.


All Members

public:
GenericException& operator=( const GenericException& e );
string getErrorData();
protected:
string _exceptionName;
string _className;
string _methodName;
string _errorText;

Ancestors

Inheritance chain for MissingDataException:


Descendants

Class is not inherited by any others.


Generated from source by the Cocoon utilities on Wed Aug 30 12:53:27 2000 .

Report problems to jkotula@stratasys.com