Skip to main content

SessionError Class

Declaration

class simaai::neat::SessionError { ... }

Included Headers

#include <SessionError.h>

Base class

classstd::runtime_error

Public Constructors Index

SessionError (std::string msg)
SessionError (std::string msg, SessionReport report)

Public Member Functions Index

const SessionReport &report () const

Private Member Attributes Index

SessionReportreport_

Definition at line 17 of file SessionError.h.

Public Constructors

SessionError()

simaai::neat::SessionError::SessionError (std::string msg)
inline explicit

Definition at line 19 of file SessionError.h.

19 explicit SessionError(std::string msg) : std::runtime_error(std::move(msg)), report_{} {}

SessionError()

simaai::neat::SessionError::SessionError (std::string msg, SessionReport report)
inline

Definition at line 20 of file SessionError.h.

21 : std::runtime_error(std::move(msg)), report_(std::move(report)) {}

Public Member Functions

report()

const SessionReport& simaai::neat::SessionError::report ()
inline

Definition at line 22 of file SessionError.h.

22 const SessionReport& report() const {
23 return report_;
24 }

Private Member Attributes

report_

SessionReport simaai::neat::SessionError::report_

Definition at line 27 of file SessionError.h.

27 SessionReport report_;

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


Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.1.