CPPSERV


Home Projects Jobs Clientele Contact
CPPSERV Documentation Download TODO Mailing lists Bug tracker News RSS Feed Browse source

MissingAttributeException.h

Go to the documentation of this file.
00001 #ifndef _CPPSERV_MISSING_ATTRIBUTE_EXCEPTION_H_
00002 #define _CPPSERV_MISSING_ATTRIBUTE_EXCEPTION_H_
00003 
00004 #include <servlet/ServletException.h>
00005 
00006 namespace servlet
00007 {
00008 namespace taglib
00009 {
00010 class MissingAttributeException: public servlet::ServletException
00011 {
00012 };
00013 }
00014 }
00015 
00016 #endif // _CPPSERV_MISSING_ATTRIBUTE_EXCEPTION_H_

SourceForge.net Logo