#include <mimotera++/MimoteraException.hh>
Inherits Mimotera::FileException.

Public Member Functions | |
| WrongFileSizeException (const std::string &msg) | |
The total event size is a very precise and fixed quantity. So the total file size has to be a integer multiple of this quantity, if not, it means that there is something wrong with this file and this exception is thrown.
Definition at line 281 of file MimoteraException.hh.
| Mimotera::WrongFileSizeException::WrongFileSizeException | ( | const std::string & | msg | ) | [inline] |
Definition at line 281 of file MimoteraException.hh.
1.5.7.1