DynExp
Highly flexible laboratory automation for dynamically changing experiments.
|
An operation cannot be performed currently since the related object is in an invalid state like an error state. More...
#include <Exception.h>
Public Member Functions | |
InvalidStateException (std::string Description, const int ErrorCode=DynExpErrorCodes::InvalidState, const std::source_location Location=std::source_location::current()) noexcept | |
![]() | |
Exception (std::string Description, const ErrorType Type=ErrorType::Error, const int ErrorCode=-1, const std::source_location Location=std::source_location::current()) noexcept | |
Constructs an exception. Constructor is noexcept, although std::runtime_error() might throw std::bad_alloc issuing a call to std::terminate(), which might be the best solution in that case. | |
virtual | ~Exception ()=default |
constexpr const char * | GetErrorLabel () const |
constexpr const char * | GetErrorLabelColor () const |
Additional Inherited Members | |
![]() | |
static constexpr const char * | GetErrorLabel (const ErrorType Type) |
Converts an error type to a user-readable label for logging. | |
static constexpr const char * | GetErrorLabelColor (const ErrorType Type) |
Converts an error type to an HTML color name for logging. | |
![]() | |
const ErrorType | Type |
DynExp error type from Util::ErrorType | |
const int | ErrorCode |
DynExp error code from DynExpErrorCodes::DynExpErrorCodes | |
const size_t | Line |
Line in source code where the exception occurred. | |
const std::string | Function |
Function in source code where the exception occurred | |
const std::string | File |
Source code file where the exception occurred. | |
An operation cannot be performed currently since the related object is in an invalid state like an error state.
Definition at line 149 of file Exception.h.
|
inlinenoexcept |
Definition at line 152 of file Exception.h.