Darwin Neuroevolution Framework
Public Member Functions | List of all members
core::Exception Class Reference

The base for exception types in the Darwin framework. More...

#include <exception.h>

Inheritance diagram for core::Exception:

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.
 

Detailed Description

The base for exception types in the Darwin framework.

Constructor & Destructor Documentation

◆ Exception()

template<class... ARGS>
core::Exception::Exception ( const char *  message,
ARGS &&...  args 
)
inlineexplicit

Constructs an exception object, optionally formatting the message.

See also
core::format()

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