Exception Class Reference

Any Exception thrown by the DM will be derived from this class. More...

#include "Exception.hpp"

+ Inheritance diagram for Exception:

Public Types

typedef NG_exception base
 

Public Member Functions

 Exception (const char *errorMessage)
 
 Exception (const Exception &)
 
Exceptionoperator= (const Exception &)
 
- Public Member Functions inherited from NG_exception
 NG_exception (std::string a_reason)
 
 NG_exception (const char *a_reason)
 
virtual const char * what () const noexcept
 

Detailed Description

Any Exception thrown by the DM will be derived from this class.