#include <mimotera++/MimoteraException.hh>
Inherits Mimotera::FileException.
Public Member Functions | |
FileAlreadyExistingException (const std::string &msg) |
The Mimotera::MimoteraWriter class is by default avoiding overwriting an already existing file unless explicitly specified.
This exception is thrown whenever an attempt to overwrite an already existing file in done.
Definition at line 221 of file MimoteraException.hh.
Mimotera::FileAlreadyExistingException::FileAlreadyExistingException | ( | const std::string & | msg | ) | [inline] |
Definition at line 221 of file MimoteraException.hh.