#include <phexception.h>
Inherited by PhraseHunter::Exceptions::CorpusError, PhraseHunter::Exceptions::DatabaseError, PhraseHunter::Exceptions::FileError, and PhraseHunter::Exceptions::UnicodeError.
Inheritance diagram for PhraseHunter::Exceptions::Exception:
Public Member Functions | |
Exception (const std::string &msg) | |
const char * | what () const |
Private Attributes | |
char | m_msg [ERRMSG_SIZE] |
Static Private Attributes | |
static const unsigned int | ERRMSG_SIZE = 40 |
Definition at line 32 of file phexception.h.
PhraseHunter::Exceptions::Exception::Exception | ( | const std::string & | msg | ) | [inline] |
const char* PhraseHunter::Exceptions::Exception::what | ( | ) | const [inline] |
Definition at line 49 of file phexception.h.
References m_msg.
Referenced by PhSearchImpl::fileOpen(), and main().
const unsigned int PhraseHunter::Exceptions::Exception::ERRMSG_SIZE = 40 [static, private] |
char PhraseHunter::Exceptions::Exception::m_msg[ERRMSG_SIZE] [private] |