DataComparisonException

A class used for defining data comparison exceptions.

All class functions are defined inline.


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

Quick Index

DESCRIPTION
AUTHOR

Class Summary

class DataComparisonException : public GenericException

{

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


DESCRIPTION

A class used for defining data comparison exceptions. Used whenever a data comparison of some sort fails.


AUTHOR

Mike Smoot


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

Two values of some sort are compared and the comparison doesn't return the expected value.

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


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