Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
Loading...
Searching...
No Matches
iv::exception::LookupError Class Reference

#include <exception.hpp>

Inheritance diagram for iv::exception::LookupError:
[legend]
Collaboration diagram for iv::exception::LookupError:
[legend]

Public Member Functions

 LookupError (const std::string_view err)
 
 LookupError (std::string_view type, std::string_view algo, std::string_view provider="")
 
eExceptionType exceptionType () const noexcept override
 
virtual int64_t errorCode () const noexcept
 
const char * what () const noexcept override
 

Protected Attributes

std::string m_msg
 

Detailed Description

A request was made for some kind of object which could not be located

Constructor & Destructor Documentation

◆ LookupError() [1/2]

iv::exception::LookupError::LookupError ( const std::string_view err)
inlineexplicit

◆ LookupError() [2/2]

iv::exception::LookupError::LookupError ( std::string_view type,
std::string_view algo,
std::string_view provider = "" )

Member Function Documentation

◆ errorCode()

virtual int64_t iv::exception::Exception::errorCode ( ) const
inlinenodiscardvirtualnoexceptinherited

Reimplemented in iv::exception::SystemError.

◆ exceptionType()

eExceptionType iv::exception::LookupError::exceptionType ( ) const
inlinenodiscardoverridevirtualnoexcept

Reimplemented from iv::exception::Exception.

◆ what()

const char * iv::exception::Exception::what ( ) const
inlinenodiscardoverridenoexceptinherited

Member Data Documentation

◆ m_msg

std::string iv::exception::Exception::m_msg
protectedinherited

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