Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members

FD::GeneralException Class Reference

#include <BaseException.h>

Inheritance diagram for FD::GeneralException:

Inheritance graph
[legend]
Collaboration diagram for FD::GeneralException:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 GeneralException (std::string _message, std::string _file, int _line)
 The constructor that takes the message the file name and the line number.
virtual void print (std::ostream &out=std::cerr)
 The print method.

Protected Attributes

std::string message
 the message
std::string file
 the file name
int line
 the line number

Detailed Description

The GeneralException is intended to write a generic message to the user with file where the exception occured and the line number. user __FILE__ and __LINE__ for convenience.
Author:
Jean-Marc Valin
Version:
1.0


The documentation for this class was generated from the following file:
Generated on Wed Oct 5 14:29:11 2005 for FlowDesigner by  doxygen 1.4.4