Base::AbortException Class Reference

The AbortException is thrown if a pending operation was aborted. More...

#include <Exception.h>

Inheritance diagram for Base::AbortException:
Base::Exception Base::BaseClass

List of all members.

Public Member Functions

 AbortException (const AbortException &inst)
 Construction.
 AbortException ()
 Construction.
 AbortException (const char *sMessage)
 Construction.
virtual const char * what () const throw ()
 Description of the exception.
virtual ~AbortException () throw ()
 Destruction.

Detailed Description

The AbortException is thrown if a pending operation was aborted.

Author:
Werner Mayer

Definition at line 64 of file Exception.h.


Constructor & Destructor Documentation

AbortException::AbortException ( const char *  sMessage  ) 

Construction.

Definition at line 77 of file Exception.cpp.

AbortException::AbortException (  ) 

Construction.

Definition at line 82 of file Exception.cpp.

References Base::Exception::_sErrMsg.

AbortException::AbortException ( const AbortException inst  ) 

Construction.

Definition at line 87 of file Exception.cpp.

virtual Base::AbortException::~AbortException (  )  throw () [inline, virtual]

Destruction.

Definition at line 74 of file Exception.h.


Member Function Documentation

const char * AbortException::what ( void   )  const throw () [virtual]

Description of the exception.

Reimplemented from Base::Exception.

Definition at line 92 of file Exception.cpp.


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

Generated on Wed Nov 23 19:01:46 2011 for FreeCAD by  doxygen 1.6.1