OpenLexocad  27.1
Base::AbortException Class Reference

#include <Exception.h>

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

Public Member Functions

 AbortException (const char *sMessage)
 Construction. More...
 
 AbortException ()
 Construction. More...
 
 AbortException (const AbortException &inst)
 Construction. More...
 
virtual ~AbortException () throw ()
 Destruction. More...
 
virtual const char * what () const throw ()
 Description of the exception. More...
 
- Public Member Functions inherited from Base::Exception
 Exception (const char *sMessage, const char *detail)
 
 Exception (void)
 
 Exception (const Exception &inst)
 
virtual ~Exception () throw ()
 
Exceptionoperator= (const Exception &inst)
 
virtual const char * detail (void) const throw ()
 
void ReportException (void) const
 
void SetMessage (const char *sMessage)
 
std::string getFile () const
 
int getLine () const
 
std::string getFunction () const
 
bool getTranslatable () const
 
bool getReported () const
 
void setDebugInformation (const std::string &file, const int line, const std::string &function)
 
void setTranslatable (bool translatable)
 
void setReported (bool reported)
 

Additional Inherited Members

- Protected Attributes inherited from Base::Exception
std::string _sErrMsg
 
std::string _sErrDetail
 
std::string _file { "" }
 
int _line { -1 }
 
std::string _function { "" }
 
bool _isTranslatable { false }
 
bool _isReported { false }
 

Detailed Description

The AbortException is thrown if a pending operation was aborted.

Author
Werner Mayer

Constructor & Destructor Documentation

◆ AbortException() [1/3]

Base::AbortException::AbortException ( const char *  sMessage)

Construction.

◆ AbortException() [2/3]

Base::AbortException::AbortException ( )

Construction.

◆ AbortException() [3/3]

Base::AbortException::AbortException ( const AbortException inst)

Construction.

◆ ~AbortException()

virtual Base::AbortException::~AbortException ( )
throw (
)
inlinevirtual

Destruction.

Member Function Documentation

◆ what()

virtual const char* Base::AbortException::what ( ) const
throw (
)
virtual

Description of the exception.

Reimplemented from Base::Exception.


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