10#define BOOST_STACKTRACE_GNU_SOURCE_NOT_REQUIRED
11#include <boost/stacktrace.hpp>
24 auto trace = boost::stacktrace::stacktrace(0,
traceDepth_);
25 traceback_ = boost::stacktrace::to_string(trace);
69 return fmt::format(
"Array size ({}) too small. Must be at least {}.",
75 return fmt::format(
"IndexError: {}[{}] outside valid range of 0 to {}.",
76 arrayName_, m_, mmax_);
string getMessage() const override
Method overridden by derived classes to format the error message.
const char * what() const override
Get a description of the error.
string traceback_
Stack trace to location where exception was thrown.
virtual string getMessage() const
Method overridden by derived classes to format the error message.
string formattedMessage_
Formatted message returned by what()
static int traceDepth_
Number of stack frames to show. 0 to disable.
string procedure_
The name of the procedure where the exception occurred.
CanteraError()
Protected default constructor discourages throwing errors containing no information.
string msg_
Message associated with the exception.
static void setStackTraceDepth(int depth)
Set the number of stack frames to include when a CanteraError is displayed.
virtual string getMethod() const
Get the name of the method that threw the exception.
virtual string getClass() const
Method overridden by derived classes to indicate their type.
string getMessage() const override
Method overridden by derived classes to format the error message.
Definitions for the classes that are thrown when Cantera experiences an error condition (also contain...
This file contains definitions for utility functions and text for modules, inputfiles and logging,...
Namespace for the Cantera kernel.