![]() |
#include <stdarg.h>
#include <stdexcept>
#include <exception>
#include <stdio.h>
Include dependency graph for Exceptions.hpp:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Compounds | |
| class | ExceptionTemplate |
| A template supporting vararg (printf-style) use of the standard STL exceptions. More... | |
Typedefs | |
| typedef ExceptionTemplate< std::exception > | Error |
| You can throw each of these, printf style. | |
|
typedef ExceptionTemplate< std::logic_error > | LogicError |
|
typedef ExceptionTemplate< std::invalid_argument > | ArgError |
|
typedef ExceptionTemplate< std::runtime_error > | RuntimeError |
Author: Matt Loper
Definition in file Exceptions.hpp.
|
|
You can throw each of these, printf style. For example: if (bError) throw RuntimeError("Oh no! %d bugs.", 5); Definition at line 45 of file Exceptions.hpp. |
1.3