model_context_error
Defined in header: <ixion/exceptions.hpp>
-
class model_context_error : public ixion::general_error
This exception is thrown typically from the ixion::model_context class.
Public Types
Public Functions
-
explicit model_context_error(std::string msg, error_type type)
-
virtual ~model_context_error() override
-
error_type get_error_type() const
-
explicit model_context_error(std::string msg, error_type type)