FMT 1.2.0
Forest management tools for forest planning
Loading...
Searching...
No Matches
Public Member Functions | List of all members
Exception::FMTSeException Class Reference

Exception representing a structured exception (SE) caught on Windows. More...

#include <FMTSeException.h>

Inheritance diagram for Exception::FMTSeException:
[legend]
Collaboration diagram for Exception::FMTSeException:
[legend]

Public Member Functions

 FMTSeException () noexcept
 Default constructor for FMTSeException.
 
 FMTSeException (unsigned int p_n) noexcept
 Construct a FMTSeException from a structured exception number.
 
unsigned int getSeNumber () const noexcept
 Return the structured exception number.
 
 FMTSeException (const FMTSeException &p_rhs)=default
 Default copy constructor for FMTSeException.
 
FMTSeExceptionoperator= (const FMTSeException &p_rhs)=default
 Default copy assignment operator for FMTSeException.
 

Detailed Description

Exception representing a structured exception (SE) caught on Windows.

Constructor & Destructor Documentation

◆ FMTSeException() [1/3]

Exception::FMTSeException::FMTSeException ( )
noexcept

Default constructor for FMTSeException.

◆ FMTSeException() [2/3]

Exception::FMTSeException::FMTSeException ( unsigned int  p_n)
noexcept

Construct a FMTSeException from a structured exception number.

Parameters
[in]p_nthe structured exception number.

◆ FMTSeException() [3/3]

Exception::FMTSeException::FMTSeException ( const FMTSeException p_rhs)
default

Default copy constructor for FMTSeException.

Parameters
[in]p_rhsthe FMTSeException to copy.

Member Function Documentation

◆ getSeNumber()

unsigned int Exception::FMTSeException::getSeNumber ( ) const
noexcept

Return the structured exception number.

Returns
the structured exception number.

◆ operator=()

FMTSeException & Exception::FMTSeException::operator= ( const FMTSeException p_rhs)
default

Default copy assignment operator for FMTSeException.

Parameters
[in]p_rhsthe FMTSeException to copy.
Returns
a reference to this FMTSeException.

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