Base class for runtime exceptions from the logging library. More...
#include <exceptions.hpp>


Protected Member Functions | |
| runtime_error (std::string const &descr) | |
| Initializing constructor.  More... | |
| ~runtime_error () throw () | |
| Destructor.  More... | |
Base class for runtime exceptions from the logging library.
Exceptions derived from this class indicate a problem that may not directly be caused by the user's code that interacts with the library, such as errors caused by input data.
      
  | 
  explicitprotected | 
Initializing constructor.
Creates an exception with the specified error message.
      
  | 
  protected | |||||||||||||
Destructor.