Nori  23
NoriException Class Reference

Simple exception class, which stores a human-readable error description. More...

#include <common.h>

Inheritance diagram for NoriException:
Collaboration diagram for NoriException:

Public Member Functions

template<typename... Args>
 NoriException (const char *fmt, const Args &... args)
 Variadic template constructor to support printf-style arguments.
 

Detailed Description

Simple exception class, which stores a human-readable error description.

Definition at line 148 of file common.h.


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