#include <tConfiguration.h>
Public Member Functions | |
tAbortLoading (char const *command) | |
Private Member Functions | |
virtual tString | DoGetName () const |
returns the name of the exception | |
virtual tString | DoGetDescription () const |
returns a detailed description | |
Private Attributes | |
tString | command_ |
the command responsible for the abort |
Definition at line 210 of file tConfiguration.h.
tAbortLoading::tAbortLoading | ( | char const * | command | ) |
tString tAbortLoading::DoGetName | ( | void | ) | const [private, virtual] |
returns the name of the exception
Implements tException.
Definition at line 256 of file tConfiguration.cpp.
tString tAbortLoading::DoGetDescription | ( | void | ) | const [private, virtual] |
returns a detailed description
Reimplemented from tException.
Definition at line 261 of file tConfiguration.cpp.
References command_.
tString tAbortLoading::command_ [private] |
the command responsible for the abort
Definition at line 215 of file tConfiguration.h.
Referenced by DoGetDescription().