Exception Class Reference

Exception Class Reference#

1 min read time

Applies to Linux

rocCV: roccv::Exception Class Reference

#include <exception.hpp>

Inheritance diagram for roccv::Exception:

Public Member Functions

 Exception (eStatusType customStatus)
 
 Exception (std::string message, eStatusType customStatus)
 
eStatusType getStatusEnum () const
 
const char * what () const override throw ()
 

Protected Attributes

eStatusType customStatus_
 
std::string errorMessage_
 

Constructor & Destructor Documentation

◆ Exception() [1/2]

roccv::Exception::Exception ( std::string  message,
eStatusType  customStatus 
)

◆ Exception() [2/2]

roccv::Exception::Exception ( eStatusType  customStatus)

Member Function Documentation

◆ getStatusEnum()

eStatusType roccv::Exception::getStatusEnum ( ) const

◆ what()

const char* roccv::Exception::what ( ) const
throw (
)
override

Member Data Documentation

◆ customStatus_

eStatusType roccv::Exception::customStatus_
protected

◆ errorMessage_

std::string roccv::Exception::errorMessage_
protected

The documentation for this class was generated from the following file:
  • /home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-roccv/checkouts/latest/include/core/exception.hpp