OTest2
A C++ testing framework
Public Member Functions | List of all members
OTest2::ExcTestMarkIn Class Reference

An exception thrown from the testmark deserializer. More...

#include <exctestmarkin.h>

Inheritance diagram for OTest2::ExcTestMarkIn:
Inheritance graph
[legend]
Collaboration diagram for OTest2::ExcTestMarkIn:
Collaboration graph
[legend]

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
 
ExcTestMarkInoperator= (const ExcTestMarkIn &)=delete
 
virtual std::string reason () const override
 Get exception reason. More...
 
- Public Member Functions inherited from OTest2::Exception
 Exception (const Exception &)=delete
 
Exceptionoperator= (const Exception &)=delete
 
virtual const char * what () const noexcept
 

Additional Inherited Members

- Protected Member Functions inherited from OTest2::Exception
 Exception ()
 Ctor. More...
 
 Exception (Exception &&exc_) noexcept
 Move ctor. More...
 
virtual ~Exception ()
 Dtor. More...
 

Detailed Description

An exception thrown from the testmark deserializer.

Definition at line 33 of file exctestmarkin.h.

Constructor & Destructor Documentation

◆ ExcTestMarkIn() [1/3]

OTest2::ExcTestMarkIn::ExcTestMarkIn ( const std::string &  message_)
explicit

Ctor.

Parameters
message_An error message

Definition at line 26 of file exctestmarkin.cpp.

◆ ExcTestMarkIn() [2/3]

OTest2::ExcTestMarkIn::ExcTestMarkIn ( ExcTestMarkIn &&  exc_)
noexcept

Move ctor.

Definition at line 32 of file exctestmarkin.cpp.

◆ ~ExcTestMarkIn()

OTest2::ExcTestMarkIn::~ExcTestMarkIn ( )
virtual

Dtor.

Definition at line 39 of file exctestmarkin.cpp.

◆ ExcTestMarkIn() [3/3]

OTest2::ExcTestMarkIn::ExcTestMarkIn ( const ExcTestMarkIn )
delete

Member Function Documentation

◆ operator=()

ExcTestMarkIn& OTest2::ExcTestMarkIn::operator= ( const ExcTestMarkIn )
delete

◆ reason()

std::string OTest2::ExcTestMarkIn::reason ( ) const
overridevirtual

Get exception reason.

Returns

Implements OTest2::Exception.

Definition at line 43 of file exctestmarkin.cpp.


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