Darwin Neuroevolution Framework
|
The base for exception types in the Darwin framework. More...
#include <exception.h>
Public Member Functions | |
template<class... ARGS> | |
Exception (const char *message, ARGS &&... args) | |
Constructs an exception object, optionally formatting the message. More... | |
Exception (string message) | |
Constructs an exception object with the specified message. | |
The base for exception types in the Darwin framework.
|
inlineexplicit |
Constructs an exception object, optionally formatting the message.