#include <log.hh>
Public Methods | |
LogException () | |
Default constructor. More... | |
LogException (const QString e, const QString d) | |
Constructor. More... | |
QString | getError () |
Accessor method. More... | |
QString | getDetail () |
Accessor method. More... | |
Public Attributes | |
QString | str_error |
The string that holds the error message of this exception. More... | |
QString | str_detail |
Any further details about this exception. More... |
|
Default constructor. Sets both str_error and str_detail to blank. |
|
Constructor. Creates a LogException with the given error and detail strings.
|
|
Accessor method.
|
|
Accessor method.
|
|
Any further details about this exception.
|
|
The string that holds the error message of this exception.
|