Main Page | Class Hierarchy | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals

LayoutException.h

Go to the documentation of this file.
00001 #ifndef HEADER_LAYOUTEXCEPTION_H
00002 #define HEADER_LAYOUTEXCEPTION_H
00003 
00004 #include "BaseException.h"
00005 
00006 /**
00007  * Exception about placement fail.
00008  */
00009 class LayoutException : public BaseException  {
00010     public:
00011         LayoutException(const ExInfo &problem)
00012             : BaseException(problem)
00013             {}
00014 };
00015 
00016 #endif

Generated on Wed Jun 1 09:54:31 2005 for Fish Fillets - Next Generation by  doxygen 1.4.2