WebFramework v3.0.12
Web framework for C++.
Loading...
Searching...
No Matches
framework::exceptions::NotImplementedException Class Reference

Default exception for all HTTP methods in BaseExecutor. More...

#include <NotImplementedException.h>

Inheritance diagram for framework::exceptions::NotImplementedException:
framework::exceptions::BadRequestException framework::exceptions::BaseExecutorException framework::exceptions::BaseWebFrameworkException

Public Member Functions

 NotImplementedException (std::string_view className, std::string_view methodName)
 
- Public Member Functions inherited from framework::exceptions::BadRequestException
 BadRequestException (std::string_view additionalInformation="")
 
- Public Member Functions inherited from framework::exceptions::BaseExecutorException
 BaseExecutorException (std::string_view message)
 
- Public Member Functions inherited from framework::exceptions::BaseWebFrameworkException
 BaseWebFrameworkException (std::string_view errorMessage)
 

Detailed Description

Default exception for all HTTP methods in BaseExecutor.

Server throws 400 error

Definition at line 13 of file NotImplementedException.h.

Constructor & Destructor Documentation

◆ NotImplementedException()

framework::exceptions::NotImplementedException::NotImplementedException ( std::string_view className,
std::string_view methodName )

Definition at line 9 of file NotImplementedException.cpp.


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