Celeritas
0.5.0-56+6b053cd
|
Error thrown by working code from unexpected runtime conditions. More...
#include <Assert.hh>
Public Member Functions | |
RuntimeError (RuntimeErrorDetails &&) | |
Construct a runtime error from detailed descriptions. | |
RuntimeError (RuntimeError const &)=default | |
RuntimeError & | operator= (RuntimeError const &)=default |
RuntimeError (RuntimeError &&)=default | |
RuntimeError & | operator= (RuntimeError &&)=default |
RuntimeErrorDetails const & | details () const |
Access detailed information. | |
Static Public Attributes | |
static char const | validate_err_str [] = "runtime" |
static char const | not_config_err_str [] = "configuration" |
static char const | not_impl_err_str [] = "implementation" |
Error thrown by working code from unexpected runtime conditions.
|
static |
String constants for "which" error message
|
static |
String constants for "which" error message
|
static |
String constants for "which" error message