forpy  2
forpy::ForpyException Class Reference

#include <global.h>

Inheritance diagram for forpy::ForpyException:
forpy::EmptyException

Public Member Functions

 ForpyException (const std::string &what)
 
virtual const char * what () const throw ()
 
virtual ~ForpyException () throw ()
 

Private Attributes

const std::string whatstr
 

Detailed Description

Definition at line 91 of file global.h.

Constructor & Destructor Documentation

◆ ForpyException()

forpy::ForpyException::ForpyException ( const std::string &  what)
inlineexplicit

Definition at line 93 of file global.h.

◆ ~ForpyException()

virtual forpy::ForpyException::~ForpyException ( )
throw (
)
inlinevirtual

Definition at line 97 of file global.h.

Member Function Documentation

◆ what()

virtual const char* forpy::ForpyException::what ( ) const
throw (
)
inlinevirtual

Definition at line 95 of file global.h.

Member Data Documentation

◆ whatstr

const std::string forpy::ForpyException::whatstr
private

Definition at line 97 of file global.h.


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