Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

filter_exception Struct Reference

#include <exception.h>

List of all members.

Public Attributes

unsigned int line_number
string description
string file_name


Detailed Description

exception struct to be used to throw/catch any problem that a filter might run into


Member Data Documentation

string filter_exception::description
 

a small description of the error

string filter_exception::file_name
 

the name of the file in which the error ocurred, use __FILE__

unsigned int filter_exception::line_number
 

the line number of where the error occured, use __LINE__


The documentation for this struct was generated from the following files:
Generated on Wed Apr 23 10:42:35 2003 for BioFilter by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002