ArmNN
 21.02
UnimplementedException Class Reference

#include <Exceptions.hpp>

Inheritance diagram for UnimplementedException:
Exception

Public Member Functions

 UnimplementedException ()
 
- Public Member Functions inherited from Exception
 Exception (const std::string &message)
 
 Exception (const std::string &message, const CheckLocation &location)
 exception with context More...
 
 Exception (const Exception &other, const std::string &message, const CheckLocation &location)
 preserving previous exception context and adding local context information More...
 
virtual const char * what () const noexcept override
 

Detailed Description

Definition at line 98 of file Exceptions.hpp.

Constructor & Destructor Documentation

◆ UnimplementedException()

Definition at line 37 of file Exceptions.cpp.

38 : Exception("Function not yet implemented")
39 {
40 }
Exception(const std::string &message)
Definition: Exceptions.cpp:12

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