Autonomy Software C++ 24.5.1
Welcome to the Autonomy Software repository of the Mars Rover Design Team (MRDT) at Missouri University of Science and Technology (Missouri S&T)! API reference contains the source code and other resources for the development of the autonomy software for our Mars rover. The Autonomy Software project aims to compete in the University Rover Challenge (URC) by demonstrating advanced autonomous capabilities and robust navigation algorithms.
Loading...
Searching...
No Matches
duckdb::OutOfRangeException Member List

This is the complete list of members for duckdb::OutOfRangeException, including all inherited members.

ConstructMessage(const string &msg, ARGS const &...params) (defined in duckdb::Exception)duckdb::Exceptioninlinestatic
ConstructMessageRecursive(const string &msg, std::vector< ExceptionFormatValue > &values) (defined in duckdb::Exception)duckdb::Exceptionstatic
ConstructMessageRecursive(const string &msg, std::vector< ExceptionFormatValue > &values, const T &param, ARGS &&...params) (defined in duckdb::Exception)duckdb::Exceptioninlinestatic
Exception(ExceptionType exception_type, const string &message) (defined in duckdb::Exception)duckdb::Exception
Exception(const unordered_map< string, string > &extra_info, ExceptionType exception_type, const string &message) (defined in duckdb::Exception)duckdb::Exception
ExceptionTypeToString(ExceptionType type) (defined in duckdb::Exception)duckdb::Exceptionstatic
FormatStackTrace(const string &message="") (defined in duckdb::Exception)duckdb::Exceptioninlinestatic
GetStackTrace(idx_t max_depth=120) (defined in duckdb::Exception)duckdb::Exceptionstatic
InitializeExtraInfo(const Expression &expr) (defined in duckdb::Exception)duckdb::Exceptionstatic
InitializeExtraInfo(const ParsedExpression &expr) (defined in duckdb::Exception)duckdb::Exceptionstatic
InitializeExtraInfo(const QueryErrorContext &error_context) (defined in duckdb::Exception)duckdb::Exceptionstatic
InitializeExtraInfo(const TableRef &ref) (defined in duckdb::Exception)duckdb::Exceptionstatic
InitializeExtraInfo(optional_idx error_location) (defined in duckdb::Exception)duckdb::Exceptionstatic
InitializeExtraInfo(const string &subtype, optional_idx error_location) (defined in duckdb::Exception)duckdb::Exceptionstatic
InvalidatesDatabase(ExceptionType exception_type) (defined in duckdb::Exception)duckdb::Exceptionstatic
InvalidatesTransaction(ExceptionType exception_type) (defined in duckdb::Exception)duckdb::Exceptionstatic
IsExecutionError(ExceptionType type)duckdb::Exceptionstatic
OutOfRangeException(const string &msg) (defined in duckdb::OutOfRangeException)duckdb::OutOfRangeExceptionexplicit
OutOfRangeException(const string &msg, ARGS &&...params) (defined in duckdb::OutOfRangeException)duckdb::OutOfRangeExceptioninlineexplicit
OutOfRangeException(const int64_t value, const PhysicalType orig_type, const PhysicalType new_type) (defined in duckdb::OutOfRangeException)duckdb::OutOfRangeException
OutOfRangeException(const hugeint_t value, const PhysicalType orig_type, const PhysicalType new_type) (defined in duckdb::OutOfRangeException)duckdb::OutOfRangeException
OutOfRangeException(const double value, const PhysicalType orig_type, const PhysicalType new_type) (defined in duckdb::OutOfRangeException)duckdb::OutOfRangeException
OutOfRangeException(const PhysicalType var_type, const idx_t length) (defined in duckdb::OutOfRangeException)duckdb::OutOfRangeException
SetQueryLocation(optional_idx error_location, unordered_map< string, string > &extra_info) (defined in duckdb::Exception)duckdb::Exceptionstatic
StringToExceptionType(const string &type) (defined in duckdb::Exception)duckdb::Exceptionstatic
ToJSON(ExceptionType type, const string &message) (defined in duckdb::Exception)duckdb::Exceptionstatic
ToJSON(const unordered_map< string, string > &extra_info, ExceptionType type, const string &message) (defined in duckdb::Exception)duckdb::Exceptionstatic
UncaughtException() (defined in duckdb::Exception)duckdb::Exceptionstatic