Nimbus API  v1.0
A tiny framework for real-time volumetric cloud rendering
nimbus::NimbusException Class Reference

#include <Exception.h>

Inheritance diagram for nimbus::NimbusException:

Public Member Functions

 NimbusException (const char *errMsg, const char *file, const char *function, int line)
 
void printError () const throw ()
 

Detailed Description

Exception handling class using STL standard exceptions

Constructor & Destructor Documentation

◆ NimbusException()

NimbusException::NimbusException ( const char *  errMsg,
const char *  file,
const char *  function,
int  line 
)

Constructor

Parameters
errMsgError message
fileFile where the error was located
functionClass method where the error was located
lineSourc code line where the error was encountered

Member Function Documentation

◆ printError()

void NimbusException::printError ( ) const
throw (
)

Main method for error information


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