Index: /trunk/FACT++/src/Converter.h
===================================================================
--- /trunk/FACT++/src/Converter.h	(revision 10745)
+++ /trunk/FACT++/src/Converter.h	(revision 10746)
@@ -104,5 +104,5 @@
     {
         if (size%sizeof(T)!=0)
-            throw std::runtime_error("Total not dividable by typesize.");
+            throw std::runtime_error("GetHex: Total not dividable by typesize.");
 
         const T *ptr = reinterpret_cast<const T*>(dat);
