BitShares-Core  7.0.2
BitShares blockchain node software and command-line wallet software
Classes | Public Member Functions | Static Public Member Functions | List of all members
fc::exception_factory Class Reference

#include <exception.hpp>

Classes

struct  base_exception_builder
 
struct  exception_builder
 

Public Member Functions

template<typename T >
void register_exception ()
 
void rethrow (const exception &e) const
 

Static Public Member Functions

static exception_factoryinstance ()
 

Detailed Description

Definition at line 177 of file exception.hpp.

Member Function Documentation

◆ instance()

static exception_factory& fc::exception_factory::instance ( )
inlinestatic

Definition at line 206 of file exception.hpp.

◆ register_exception()

template<typename T >
void fc::exception_factory::register_exception ( )
inline

Definition at line 195 of file exception.hpp.

◆ rethrow()

void fc::exception_factory::rethrow ( const exception e) const

Definition at line 250 of file exception.cpp.


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