schwz  Generated automatically from develop
Public Member Functions | List of all members
Error Class Reference
Collaboration diagram for Error:
[legend]

Public Member Functions

 Error (const std::string &file, int line, const std::string &what)
 Initializes an error. More...
 
virtual const char * what () const noexcept override
 Returns a human-readable string with a more detailed description of the error.
 

Constructor & Destructor Documentation

◆ Error()

Error::Error ( const std::string &  file,
int  line,
const std::string &  what 
)
inline

Initializes an error.

Parameters
fileThe name of the offending source file
lineThe source code line number where the error occurred
whatThe error message

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