Public Member Functions | List of all members
aurora::FunctionCallException Class Reference

Exception class for failed function calls. More...

Inheritance diagram for aurora::FunctionCallException:
Inheritance graph

Public Member Functions

 FunctionCallException (const std::string &message)
 Constructor. More...
 

Detailed Description

Exception class for failed function calls.

Is used inside aurora::SingleDispatcher and aurora::DoubleDispatcher.

Constructor & Destructor Documentation

aurora::FunctionCallException::FunctionCallException ( const std::string &  message)
explicit

Constructor.

Parameters
messageThe exception message (how the error occurred).

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