Anklang 0.3.0-460-gc4ef46ba
ASE — Anklang Sound Engine (C++)

« « « Anklang Documentation
Loading...
Searching...
No Matches
Public Member Functions | List of all members
Jsonipc::bad_invocation Struct Reference

Jsonipc exception that is relayed to caller when thrown during invocations. More...

#include "jsonipc.hh"

Inheritance diagram for Jsonipc::bad_invocation:
[legend]

Public Member Functions

const charwhat () const noexcept override
 
int code () const noexcept
 
 bad_invocation (int code, const char *staticreason) noexcept
 
- Public Member Functions inherited from std::exception
exception (T... args)
 
operator= (T... args)
 
what (T... args)
 
~exception (T... args)
 

Detailed Description

Jsonipc exception that is relayed to caller when thrown during invocations.

Definition at line 144 of file jsonipc.hh.

Constructor & Destructor Documentation

◆ bad_invocation()

Jsonipc::bad_invocation::bad_invocation ( int  code,
const char staticreason 
)
explicitnoexcept

Definition at line 147 of file jsonipc.hh.

Member Function Documentation

◆ code()

int Jsonipc::bad_invocation::code ( ) const
noexcept

Definition at line 146 of file jsonipc.hh.

◆ what()

const char * Jsonipc::bad_invocation::what ( ) const
overridenoexcept

Definition at line 145 of file jsonipc.hh.


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