Wallaroo
0.8
|
#include <exceptions.h>
Public Member Functions | |
WallarooError (const std::string &what) | |
~WallarooError () throw () | |
Base class for all Wallaroo errors. Derives from std::runtime_error
. Call member function what
to get human readable message associated with the error.
|
inline |
Instantiate a WallarooError instance with the given message.
what | The message to associate with this error. |
|
inline |