Mjolnir Core
Core functionality of the Mjolnir API
Public Member Functions | List of all members
Exception Class Reference

Base exception class that stores origin and message of an exception. More...

#include <exception.h>

Inheritance diagram for Exception:
Inheritance graph
[legend]
Collaboration diagram for Exception:
Collaboration graph
[legend]

Public Member Functions

 Exception (const std::string &origin, const std::string &message)
 Constructor. More...
 

Detailed Description

Base exception class that stores origin and message of an exception.