liballofw
Public Member Functions | List of all members
allofw::exception Class Reference

Allofw exception class. More...

#include <common.h>

Inheritance diagram for allofw::exception:
allofw::invalid_argument allofw::not_implemented_yet allofw::not_supported

Public Member Functions

 exception (const char *what_=nullptr)
 
 exception (const exception &e)
 
exceptionoperator= (const exception &e)
 
virtual const char * what () const
 
virtual ~exception ()
 

Detailed Description

Allofw exception class.

Constructor & Destructor Documentation

allofw::exception::exception ( const char *  what_ = nullptr)
allofw::exception::exception ( const exception e)
virtual allofw::exception::~exception ( )
virtual

Member Function Documentation

exception& allofw::exception::operator= ( const exception e)
virtual const char* allofw::exception::what ( ) const
virtual

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