OTest2
A C++ testing framework
|
An exception thrown from the testmark deserializer. More...
#include <exctestmarkin.h>
Public Member Functions | |
ExcTestMarkIn (const std::string &message_) | |
Ctor. More... | |
ExcTestMarkIn (ExcTestMarkIn &&exc_) noexcept | |
Move ctor. More... | |
virtual | ~ExcTestMarkIn () |
Dtor. More... | |
ExcTestMarkIn (const ExcTestMarkIn &)=delete | |
ExcTestMarkIn & | operator= (const ExcTestMarkIn &)=delete |
virtual std::string | reason () const override |
Get exception reason. More... | |
![]() | |
Exception (const Exception &)=delete | |
Exception & | operator= (const Exception &)=delete |
virtual const char * | what () const noexcept |
Additional Inherited Members | |
![]() | |
Exception () | |
Ctor. More... | |
Exception (Exception &&exc_) noexcept | |
Move ctor. More... | |
virtual | ~Exception () |
Dtor. More... | |
An exception thrown from the testmark deserializer.
Definition at line 33 of file exctestmarkin.h.
|
explicit |
|
noexcept |
Move ctor.
Definition at line 32 of file exctestmarkin.cpp.
|
virtual |
Dtor.
Definition at line 39 of file exctestmarkin.cpp.
|
delete |
|
delete |
|
overridevirtual |
Get exception reason.
Implements OTest2::Exception.
Definition at line 43 of file exctestmarkin.cpp.