Free Electron
Classes | Namespaces | Macros | Functions
Exception.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  fe::Exception
 Generic exception carrying a fe::String payload. More...
 

Namespaces

 fe
 kernel
 

Macros

#define feX   ::fe::Exception::stage(__FILE__,__LINE__,__PRETTY_FUNCTION__), throw ::fe::Exception
 
#define feAssert(cond, msg)   {if(!(cond)){feX(msg);}}
 

Functions

String fe::print (const Exception &a_rException)