util/StopParseException.h

Go to the documentation of this file.
00001 /*-----------------------------------------------------------------------------
00002 Name:      StopParseException.h
00003 Project:   xmlBlaster.org
00004 Copyright: xmlBlaster.org, see xmlBlaster-LICENSE file
00005 Comment:   Throw this exception to stop SAX parsing
00006 -----------------------------------------------------------------------------*/
00007 
00008 #ifndef _UTIL_STOPPARSEEXCEPTION
00009 #define _UTIL_STOPPARSEEXCEPTION
00010 
00011 
00012 
00013 namespace org { namespace xmlBlaster {
00014 namespace util {
00015 
00021     class Dll_Export StopParseException {
00022 
00023       public:
00024        StopParseException() {
00025        }
00026     };
00027 }}} // namespace
00028 
00029 #endif