ImplementationException

A class used for defining implementation exceptions.

All class functions are defined inline.


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

Quick Index

DESCRIPTION
AUTHOR

Class Summary

class ImplementationException : public GenericException

{

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


DESCRIPTION

No idea.


AUTHOR

Mike Smoot


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

Can't remember what this one is for.

		ImplementationException( 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 ImplementationException:


Descendants

Class is not inherited by any others.


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

Report problems to jkotula@stratasys.com