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

exception.h

Go to the documentation of this file.
00001 /* exception.h */
00002 
00003 
00004 #ifndef __MY_EXCEPTION_H
00005 #define __MY_EXCEPTION_H
00006 
00007 
00010 struct filter_exception{
00012   unsigned int line_number;
00014   string description;
00016   string file_name;
00017 };
00018 
00019 
00020 #endif

Generated on Wed Apr 23 10:42:33 2003 for BioFilter by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002