/[usata]/usata2/src/exception_types.hpp
ViewVC logotype

Diff of /usata2/src/exception_types.hpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by Descender, Mon Dec 27 00:50:36 2004 UTC revision 1.3 by skunix, Sun Jan 9 08:57:22 2005 UTC
# Line 16  Line 16 
16  #define USATA_EXCEPTION_TYPES_HPP  #define USATA_EXCEPTION_TYPES_HPP
17    
18  #include <exception>  #include <exception>
19    #include <stdexcept>
20  #include <string>  #include <string>
21    
22  namespace usata  namespace usata
23  {  {
24    
25    namespace exceptions
26    {
27    
28          class RecoverableError : public std::runtime_error          class RecoverableError : public std::runtime_error
29          {          {
30          public:          public:
# Line 36  namespace usata Line 41  namespace usata
41                  virtual const char*what()const throw()=0;                  virtual const char*what()const throw()=0;
42                  virtual ~FatalError()throw(){}                  virtual ~FatalError()throw(){}
43          };          };
44    }
45  }  }
46    
47  #endif  #endif

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26