ManaPlus
Public Member Functions | Private Attributes
Catch::NotImplementedException Class Reference

#include <catch.hpp>

Inheritance diagram for Catch::NotImplementedException:

Public Member Functions

 NotImplementedException (SourceLineInfo const &lineInfo)
 
 NotImplementedException (NotImplementedException const &)
 
virtual ~NotImplementedException () throw ()
 
virtual const char * what () const throw ()
 

Private Attributes

std::string m_what
 
SourceLineInfo m_lineInfo
 

Detailed Description

Definition at line 436 of file catch.hpp.

Constructor & Destructor Documentation

◆ NotImplementedException() [1/2]

Catch::NotImplementedException::NotImplementedException ( SourceLineInfo const &  lineInfo)

◆ NotImplementedException() [2/2]

Catch::NotImplementedException::NotImplementedException ( NotImplementedException const &  )
inline

Definition at line 440 of file catch.hpp.

440 {}

◆ ~NotImplementedException()

virtual Catch::NotImplementedException::~NotImplementedException ( )
throw (
)
inlinevirtual

Definition at line 442 of file catch.hpp.

442 {}

Member Function Documentation

◆ what()

virtual const char* Catch::NotImplementedException::what ( ) const
throw (
)
virtual

Field Documentation

◆ m_lineInfo

SourceLineInfo Catch::NotImplementedException::m_lineInfo
private

Definition at line 448 of file catch.hpp.

◆ m_what

std::string Catch::NotImplementedException::m_what
private

Definition at line 447 of file catch.hpp.


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