00001 00016 #ifndef _DLR_UTILITIES_EXCEPTION_H_ 00017 #define _DLR_UTILITIES_EXCEPTION_H_ 00018 00019 #include <dlrCommon/exception.h> 00020 00021 namespace dlr { 00022 00028 namespace utilities { 00029 00034 DLR_DECLARE_EXCEPTION_TYPE(ConversionException, ValueException); 00035 00036 } // namespace utilities 00037 00038 } // namespace dlr 00039 00040 #endif // #ifndef _DLR_UTILITIES_EXCEPTION_H_
1.5.2