00001 #ifndef CLASSLIB_UUID_ERROR_H
00002 # define CLASSLIB_UUID_ERROR_H
00003
00004
00005
00006 # include "classlib/utils/Error.h"
00007
00008 namespace lat {
00009
00010
00011
00012
00013
00014
00015
00016 class UUIDError : public Error
00017 {
00018 public:
00019 UUIDError (void);
00020
00021
00022
00023
00024 virtual std::string explainSelf (void) const;
00025 virtual Error * clone (void) const;
00026 virtual void rethrow (void);
00027 };
00028
00029
00030
00031
00032 }
00033 #endif // CLASSLIB_UUID_ERROR_H