teqp 0.22.0
Loading...
Searching...
No Matches
teqp::teqpException Class Reference

#include <exceptions.hpp>

Inheritance diagram for teqp::teqpException:
teqp::InvalidArgument teqp::InvalidValue teqp::IterationFailure teqp::JSONValidationError teqp::NotImplementedError

Public Member Functions

const char * what () const noexcept override
 

Protected Member Functions

 teqpException (int code, const std::string &msg)
 

Protected Attributes

const int code
 
const std::string msg
 

Detailed Description

Definition at line 17 of file exceptions.hpp.

Constructor & Destructor Documentation

◆ teqpException()

teqp::teqpException::teqpException ( int code,
const std::string & msg )
inlineprotected

Definition at line 21 of file exceptions.hpp.

Member Function Documentation

◆ what()

const char * teqp::teqpException::what ( ) const
inlineoverridenoexcept

Definition at line 23 of file exceptions.hpp.

Member Data Documentation

◆ code

const int teqp::teqpException::code
protected

Definition at line 19 of file exceptions.hpp.

◆ msg

const std::string teqp::teqpException::msg
protected

Definition at line 20 of file exceptions.hpp.


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