-
A class used for defining external exceptions.
All class functions are defined inline.
[
verification_docs |
Source |
Keywords |
Summary | Ancestors | All Members | Descendants ]
- DESCRIPTION
- AUTHOR
Class Summary
class ExternalException : public GenericException
{
public:
- ExternalException( const string & className, const string & method, const string & text ) ;
protected:
private:
}; // ExternalException
DESCRIPTION
A class used for defining external exceptions meaning in software
external to the PQPF Verification software. Databases, etc.
AUTHOR
Mike Smoot
ExternalException( const string & className, const string & method, const string & text ) ;
An exception from something outside of this softwares control,
usually third party software.
ExternalException( 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 ExternalException:
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