#include <ns_exception.h>
Inheritance diagram for ns::Exception:

Public Member Functions | |
| Exception (char *msg) | |
| Creates new exception with specified message. | |
| Exception (char *fmt,...) | |
| Creates new exception with specified message by printf-like way. | |
| void | print () |
| Prints exception message. | |
| ns::Exception::Exception | ( | char * | msg | ) |
| ns::Exception::Exception | ( | char * | fmt, | |
| ... | ||||
| ) |
Creates new exception with specified message by printf-like way.
| fmt | Formating string same as for printf function. |
1.5.1