jaulib v1.3.6
Jau Support Library (C++, Java, ..)
|
#include <basic_types.hpp>
Public Member Functions | |
RuntimeException (const RuntimeException &o) noexcept=default | |
RuntimeException (RuntimeException &&o) noexcept=default | |
RuntimeException (std::string const &m, const char *file, int line) noexcept | |
~RuntimeException () noexcept override=default | |
RuntimeException & | operator= (const RuntimeException &o) noexcept=default |
RuntimeException & | operator= (RuntimeException &&o) noexcept=default |
const char * | what () const noexcept override |
![]() | |
RuntimeExceptionBase (const RuntimeExceptionBase &o) noexcept=default | |
RuntimeExceptionBase (RuntimeExceptionBase &&o) noexcept=default | |
~RuntimeExceptionBase () noexcept override=default | |
RuntimeExceptionBase & | operator= (const RuntimeExceptionBase &o) noexcept=default |
RuntimeExceptionBase & | operator= (RuntimeExceptionBase &&o) noexcept=default |
![]() | |
ExceptionBase (const ExceptionBase &o) noexcept=default | |
ExceptionBase (ExceptionBase &&o) noexcept=default | |
virtual | ~ExceptionBase () noexcept=default |
const std::string & | backtrace () const noexcept |
Returns optional whole backtrace. | |
const std::string & | brief_message () const noexcept |
Returns brief message. | |
operator const std::string & () const noexcept | |
Allow conversion to const std::string& using brief_message(), as required by Catch2's REQUIRE_THROWS_MATCHES | |
std::ostream & | operator<< (std::ostream &out) noexcept |
ExceptionBase & | operator= (const ExceptionBase &o) noexcept=default |
ExceptionBase & | operator= (ExceptionBase &&o) noexcept=default |
const std::string & | whole_message () const noexcept |
Returns brief message and optional whole backtrace, i.e. | |
Protected Member Functions | |
RuntimeException (std::string &&type, std::string const &m, const char *file, int line) noexcept | |
![]() | |
RuntimeExceptionBase (std::string &&type, std::string const &m, const char *file, int line) noexcept | |
![]() | |
ExceptionBase (std::string &&type, std::string const &m, const char *file, int line) noexcept | |
Definition at line 401 of file basic_types.hpp.
|
inlineprotectednoexcept |
|
inlinenoexcept |
Definition at line 407 of file basic_types.hpp.
|
overridedefaultnoexcept |
|
defaultnoexcept |
|
defaultnoexcept |
|
defaultnoexcept |
|
defaultnoexcept |
|
inlineoverridevirtualnoexcept |
Reimplemented from jau::ExceptionBase.
Definition at line 418 of file basic_types.hpp.