Skip to content

Class TempLat::Exception

ClassList > TempLat > Exception

An exception which takes variadic arguments, all recorded into an error message. More...

  • #include <exception.h>

Inherits the following classes: std::exception

Public Functions

Type Name
Exception (const char * itheWhat)
Exception (Args... args)
const std::string & trace () noexcept const
const char * what () noexcept const

Detailed Description

Unit test: ctest -R test-exception

Public Functions Documentation

function Exception [1/2]

inline TempLat::Exception::Exception (
    const char * itheWhat
) 

function Exception [2/2]

template<typename... Args>
inline TempLat::Exception::Exception (
    Args... args
) 

function trace

inline const std::string & TempLat::Exception::trace () noexcept const

function what

inline const char * TempLat::Exception::what () noexcept const


The documentation for this class was generated from the following file cosmolatticeweb/tmp/code_source/templat/include/TempLat/util/exception.h