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

#include <exception.hpp>

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

Public Member Functions

 MissingCase (const std::string_view msg)
 
 MissingCase (std::string_view msg, std::string_view where)
 
 MissingCase (const std::string_view msg, const std::exception &e)
 
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 missing case option was provided.

Constructor & Destructor Documentation

◆ MissingCase() [1/3]

iv::exception::MissingCase::MissingCase ( const std::string_view msg)
inlineexplicit

◆ MissingCase() [2/3]

iv::exception::MissingCase::MissingCase ( std::string_view msg,
std::string_view where )
inlineexplicit

◆ MissingCase() [3/3]

iv::exception::MissingCase::MissingCase ( const std::string_view msg,
const std::exception & e )
inline

Member Function Documentation

◆ errorCode()

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

Reimplemented in iv::exception::SystemError.

◆ exceptionType()

eExceptionType iv::exception::MissingCase::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 file: