Dynamic Neural Field Composer 0.0.0
A C++20 library and interactive application for building and simulating Dynamic Neural Field (DNF) architectures.
Loading...
Searching...
No Matches
Public Member Functions | List of all members
dnf_composer::Exception Class Reference

#include <exception.h>

Inheritance diagram for dnf_composer::Exception:
Collaboration diagram for dnf_composer::Exception:

Public Member Functions

 Exception (ErrorCode errorCode)
 
 Exception (ErrorCode errorCode, int errorIndex)
 
 Exception (ErrorCode errorCode, std::string errorElement)
 
 Exception (ErrorCode errorCode, std::string errorElement, std::string errorComponent)
 
 Exception (std::string message)
 
ErrorCode getErrorCode () const
 
std::string getErrorMessage () const
 
const char * what () const noexcept override
 

Constructor & Destructor Documentation

◆ Exception() [1/5]

dnf_composer::Exception::Exception ( std::string  message)

◆ Exception() [2/5]

dnf_composer::Exception::Exception ( ErrorCode  errorCode)
Here is the call graph for this function:

◆ Exception() [3/5]

dnf_composer::Exception::Exception ( ErrorCode  errorCode,
std::string  errorElement 
)
Here is the call graph for this function:

◆ Exception() [4/5]

dnf_composer::Exception::Exception ( ErrorCode  errorCode,
int  errorIndex 
)
Here is the call graph for this function:

◆ Exception() [5/5]

dnf_composer::Exception::Exception ( ErrorCode  errorCode,
std::string  errorElement,
std::string  errorComponent 
)
Here is the call graph for this function:

Member Function Documentation

◆ getErrorCode()

ErrorCode dnf_composer::Exception::getErrorCode ( ) const
Here is the caller graph for this function:

◆ getErrorMessage()

std::string dnf_composer::Exception::getErrorMessage ( ) const
Here is the caller graph for this function:

◆ what()

const char * dnf_composer::Exception::what ( ) const
overridenoexcept
Here is the caller graph for this function:

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