Changeset 10746 for trunk/FACT++/src


Ignore:
Timestamp:
05/19/11 08:52:30 (13 years ago)
Author:
tbretz
Message:
Improved exception output.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/Converter.h

    r10712 r10746  
    104104    {
    105105        if (size%sizeof(T)!=0)
    106             throw std::runtime_error("Total not dividable by typesize.");
     106            throw std::runtime_error("GetHex: Total not dividable by typesize.");
    107107
    108108        const T *ptr = reinterpret_cast<const T*>(dat);
Note: See TracChangeset for help on using the changeset viewer.