xTitan
All Classes Functions Groups
Public Member Functions | List of all members
xtitan::InternalError Class Reference

Internal error class. More...

Inheritance diagram for xtitan::InternalError:
xtitan::BasicError

Public Member Functions

 InternalError (const char *message)
 Create exception with message. More...
 
 InternalError (const wchar_t *message)
 Create exception with message. More...
 
 InternalError (const std::string &message)
 Create exception with message. More...
 
 InternalError (const std::wstring &message)
 Create exception with message. More...
 
 InternalError (const QString &message)
 Create exception with message. More...
 
- Public Member Functions inherited from xtitan::BasicError
 BasicError (const char *message)
 Create exception with message. More...
 
 BasicError (const wchar_t *message)
 Create exception with message. More...
 
 BasicError (const std::string &message)
 Create exception with message. More...
 
 BasicError (const std::wstring &message)
 Create exception with message. More...
 
 BasicError (const QString &message)
 Create exception with message. More...
 
virtual ~BasicError () throw ()
 Destructor.
 
const QString & getMessage () const
 Get error message. More...
 
virtual const char * what () const throw ()
 Get error message. More...
 

Detailed Description

Internal error class.

This exception throws when something really bad happened.

Constructor & Destructor Documentation

InternalError::InternalError ( const char *  message)
explicit

Create exception with message.

Parameters
[in]messageerror message

message should encode to UTF-8.

InternalError::InternalError ( const wchar_t *  message)
explicit

Create exception with message.

Parameters
[in]messageerror message
InternalError::InternalError ( const std::string &  message)
explicit

Create exception with message.

Parameters
[in]messageerror message

message should encode to UTF-8

InternalError::InternalError ( const std::wstring &  message)
explicit

Create exception with message.

Parameters
[in]messageerror message
InternalError::InternalError ( const QString &  message)
explicit

Create exception with message.

Parameters
[in]messageerror message

The documentation for this class was generated from the following files: