kiwi

InternalSolverError

InternalSolverError

#include <errors.h>
class InternalSolverError

Defined in kiwi/errors.h:141

Inherits: exception

List of all members

NameKindOwner
InternalSolverErrorfunctionDeclared here
InternalSolverErrorfunctionDeclared here
InternalSolverErrorfunctionDeclared here
whatfunctionDeclared here
m_msgvariableDeclared here

Public Methods

ReturnNameDescription
InternalSolverError inline
InternalSolverError inline
InternalSolverError inline
const char *what const inline noexcept

InternalSolverError

inline

inline InternalSolverError()

Defined in kiwi/errors.h:145


InternalSolverError

inline

inline InternalSolverError(const char * msg)

Defined in kiwi/errors.h:147


InternalSolverError

inline

inline InternalSolverError(std::string msg)

Defined in kiwi/errors.h:149


what

const inline noexcept

inline const char * what() const noexcept

Defined in kiwi/errors.h:153

Private Attributes

ReturnNameDescription
std::stringm_msg

m_msg

std::string m_msg

Defined in kiwi/errors.h:159