Exception class for failed function calls. More...
Public Member Functions | |
FunctionCallException (const std::string &message) | |
Constructor. |
Exception class for failed function calls.
Is used inside thor::SingleDispatcher and thor::DoubleDispatcher.
thor::FunctionCallException::FunctionCallException | ( | const std::string & | message | ) | [explicit] |
Constructor.
message | The exception message (how the error occurred). |