ParamFileCorrupt Class Reference

thrown if an existing parameter file shall be appended to, but the correct position to proceed writing cannot be determined, resulting in a probably ill-formed XML-file More...

#include "Exception.hpp"

+ Inheritance diagram for ParamFileCorrupt:

Public Member Functions

 ParamFileCorrupt (const char *filename, const char *message=0)
- Public Member Functions inherited from FileCorrupt
 FileCorrupt (const char *errorMessage)
- Public Member Functions inherited from Base
 Base (const char *errorMessage, ErrorCode::Type errorCode=ErrorCode::unknown)
 Base (const Base &ref)
ErrorCode::Type errorCode () const
 returns the error code
const char * errorMessage () const
 returns the actual error message
const char * what () const _GLIBCXX_USE_NOEXCEPT
 returns the full error message including the error code: "Error XXXX: Text..."

Additional Inherited Members

- Protected Member Functions inherited from FileCorrupt
 FileCorrupt (const char *errorMessage, ErrorCode::Type code)
 Constructor for child classes.
- Protected Attributes inherited from Base
ErrorCode::Type e_Code
unsigned u_MessagePos

Detailed Description

thrown if an existing parameter file shall be appended to, but the correct position to proceed writing cannot be determined, resulting in a probably ill-formed XML-file