#include <exception.h>
Inheritance diagram for afl::exc::Exception:
Public Member Functions | |
Exception (const std::string &message) | |
const std::string & | getMessage () const |
|
a constructor that creates an Exception object to describe a problem
|
|
returns the verbal description of the error described by the object |