![]() |
Nimbus API
v1.0
A tiny framework for real-time volumetric cloud rendering
|
#include <Exception.h>
Public Member Functions | |
| NimbusException (const char *errMsg, const char *file, const char *function, int line) | |
| void | printError () const throw () |
Exception handling class using STL standard exceptions
| NimbusException::NimbusException | ( | const char * | errMsg, |
| const char * | file, | ||
| const char * | function, | ||
| int | line | ||
| ) |
Constructor
| errMsg | Error message |
| file | File where the error was located |
| function | Class method where the error was located |
| line | Sourc code line where the error was encountered |
| void NimbusException::printError | ( | ) | const | |
| throw | ( | |||
| ) | ||||
Main method for error information