ONE - On-device Neural Engine
Loading...
Searching...
No Matches
onert::InsufficientBufferSizeException Class Reference

#include <Exceptions.h>

Collaboration diagram for onert::InsufficientBufferSizeException:

Public Member Functions

 InsufficientBufferSizeException (const std::string &msg)
 
- Public Member Functions inherited from onert::OnertException
 OnertException (const std::string &msg)
 
 OnertException (const std::string &tag, const std::string &msg)
 
const char * what () const noexcept override
 

Detailed Description

Definition at line 37 of file Exceptions.h.

Constructor & Destructor Documentation

◆ InsufficientBufferSizeException()

onert::InsufficientBufferSizeException::InsufficientBufferSizeException ( const std::string &  msg)
inline

Definition at line 40 of file Exceptions.h.

41 : OnertException{"InsufficientBufferSize", msg}
42 {
43 }
OnertException(const std::string &msg)
Definition Exceptions.h:28

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