Webdar 1.0.0
Web user interface to libdar
Public Member Functions | List of all members
exception_json Class Reference

class exception_json More...

#include <jsoner.hpp>

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

Public Member Functions

 exception_json (const json::exception &e)
 
 exception_json (const std::string &context, const json::exception &e)
 
 exception_json (const std::string &s)
 
virtual exception_baseclone () const override
 
- Public Member Functions inherited from exception_base
 exception_base (const std::string &x_msg)
 
const std::string & get_message () const
 
void change_message (const std::string &x_msg)
 
virtual exception_baseclone () const =0
 

Detailed Description

class exception_json

cast exception from nlohmann::json library under the umbrella of our own exception types

Member Function Documentation

◆ clone()

virtual exception_base * exception_json::clone ( ) const
inlineoverridevirtual

Implements exception_base.


The documentation for this class was generated from the following file: