-
A class used for defining file exceptions.
All class functions are defined inline.
[
verification_docs |
Source |
Keywords |
Summary | Ancestors | All Members | Descendants ]
- DESCRIPTION
- AUTHOR
Class Summary
class FileException : public GenericException
{
public:
- FileException( const string & className, const string & method, const string & text ) ;
protected:
private:
}; // FileException
DESCRIPTION
A class used for defining file exceptions. Used whenever
the exception involves files (opening, etc).
AUTHOR
Mike Smoot
FileException( const string & className, const string & method, const string & text ) ;
Error when opening/closing/using a file.
FileException( 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 FileException:
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