Class RuntimeException¶
Defined in File Exception.hpp
Class Documentation¶
-
class RuntimeException : public std::exception¶
This is the general exception thrown by Catalyst for runtime errors that is derived from
std::exception
.Public Functions
-
inline explicit RuntimeException(std::string msg) noexcept¶
-
~RuntimeException() override = default¶
-
RuntimeException(const RuntimeException&) = default¶
-
RuntimeException(RuntimeException&&) noexcept = default¶
-
RuntimeException &operator=(const RuntimeException&) = delete¶
-
RuntimeException &operator=(RuntimeException&&) = delete¶
-
inline auto what() const noexcept -> const char* override¶
-
inline explicit RuntimeException(std::string msg) noexcept¶
api/classCatalyst_1_1Runtime_1_1RuntimeException
Download Python script
Download Notebook
View on GitHub