tAbortLoading Class Reference

exception to be thrown when the current script should be aborted More...

#include <tConfiguration.h>

Inheritance diagram for tAbortLoading:

Inheritance graph
[legend]
Collaboration diagram for tAbortLoading:

Collaboration graph
[legend]

List of all members.

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


Detailed Description

exception to be thrown when the current script should be aborted

Definition at line 210 of file tConfiguration.h.


Constructor & Destructor Documentation

tAbortLoading::tAbortLoading ( char const *  command  ) 

Definition at line 251 of file tConfiguration.cpp.

00252 : command_( command )
00253 {
00254 }


Member Function Documentation

tString tAbortLoading::DoGetName ( void   )  const [private, virtual]

returns the name of the exception

Returns:
the name of the exception

Implements tException.

Definition at line 256 of file tConfiguration.cpp.

00257 {
00258     return tString(tOutput( "$abort_loading_name"));
00259 }

tString tAbortLoading::DoGetDescription ( void   )  const [private, virtual]

returns a detailed description

Returns:
detailed description of the exception

Reimplemented from tException.

Definition at line 261 of file tConfiguration.cpp.

References command_.

00262 {
00263     return tString(tOutput( "$abort_loading_description", command_ ));
00264 }


Member Data Documentation

tString tAbortLoading::command_ [private]

the command responsible for the abort

Definition at line 215 of file tConfiguration.h.

Referenced by DoGetDescription().


The documentation for this class was generated from the following files:
Generated on Sat Mar 15 23:54:53 2008 for Armagetron Advanced by  doxygen 1.5.4