backtrace_on_warning(const octave_value_list &args, int nargout) | octave::error_system | |
backtrace_on_warning(void) const | octave::error_system | inline |
backtrace_on_warning(bool flag) | octave::error_system | inline |
beep_on_error(const octave_value_list &args, int nargout) | octave::error_system | |
beep_on_error(void) const | octave::error_system | inline |
beep_on_error(bool flag) | octave::error_system | inline |
debug_on_caught(const octave_value_list &args, int nargout) | octave::error_system | |
debug_on_caught(void) const | octave::error_system | inline |
debug_on_caught(bool flag) | octave::error_system | inline |
debug_on_error(const octave_value_list &args, int nargout) | octave::error_system | |
debug_on_error(void) const | octave::error_system | inline |
debug_on_error(bool flag) | octave::error_system | inline |
debug_on_warning(const octave_value_list &args, int nargout) | octave::error_system | |
debug_on_warning(void) const | octave::error_system | inline |
debug_on_warning(bool flag) | octave::error_system | inline |
default_warning_state(void) | octave::error_system | |
disable_warning(const std::string &id) | octave::error_system | |
discard_warning_messages(const octave_value_list &args, int nargout) | octave::error_system | |
discard_warning_messages(void) const | octave::error_system | inline |
discard_warning_messages(bool flag) | octave::error_system | inline |
display_exception(const execution_exception &e, std::ostream &os) const | octave::error_system | |
display_warning_options(std::ostream &os) | octave::error_system | |
error_1(execution_exception &e, const char *id, const char *fmt, va_list args) | octave::error_system | |
error_1(const char *id, const char *fmt, va_list args) | octave::error_system | |
error_system(interpreter &interp) | octave::error_system | |
error_system(const error_system &)=delete | octave::error_system | |
initialize_default_warning_state(void) | octave::error_system | |
interpreter_try(octave::unwind_protect &frame) | octave::error_system | |
last_error_id(const octave_value_list &args, int nargout) | octave::error_system | |
last_error_id(void) const | octave::error_system | inline |
last_error_id(const std::string &s) | octave::error_system | inline |
last_error_message(const octave_value_list &args, int nargout) | octave::error_system | |
last_error_message(void) const | octave::error_system | inline |
last_error_message(const std::string &s) | octave::error_system | inline |
last_error_stack(void) const | octave::error_system | inline |
last_error_stack(const octave_map &new_val) | octave::error_system | inline |
last_warning_id(const octave_value_list &args, int nargout) | octave::error_system | |
last_warning_id(void) const | octave::error_system | inline |
last_warning_id(const std::string &s) | octave::error_system | inline |
last_warning_message(const octave_value_list &args, int nargout) | octave::error_system | |
last_warning_message(void) const | octave::error_system | inline |
last_warning_message(const std::string &s) | octave::error_system | inline |
m_backtrace_on_warning | octave::error_system | private |
m_beep_on_error | octave::error_system | private |
m_debug_on_caught | octave::error_system | private |
m_debug_on_error | octave::error_system | private |
m_debug_on_warning | octave::error_system | private |
m_discard_warning_messages | octave::error_system | private |
m_interpreter | octave::error_system | private |
m_last_error_id | octave::error_system | private |
m_last_error_message | octave::error_system | private |
m_last_error_stack | octave::error_system | private |
m_last_warning_id | octave::error_system | private |
m_last_warning_message | octave::error_system | private |
m_quiet_warning | octave::error_system | private |
m_verbose_warning | octave::error_system | private |
m_warning_options | octave::error_system | private |
make_stack_frame_list(const octave_map &stack) | octave::error_system | static |
make_stack_map(const std::list< octave::frame_info > &frames) | octave::error_system | static |
operator=(const error_system &)=delete | octave::error_system | |
panic(const char *fmt,...) | octave::error_system | |
quiet_warning(const octave_value_list &args, int nargout) | octave::error_system | |
quiet_warning(void) const | octave::error_system | inline |
quiet_warning(bool flag) | octave::error_system | inline |
rethrow_error(const std::string &id, const std::string &msg, const octave_map &stack) | octave::error_system | |
save_exception(const execution_exception &e) | octave::error_system | |
set_backtrace_on_warning(bool flag) | octave::error_system | inline |
set_beep_on_error(bool flag) | octave::error_system | inline |
set_debug_on_caught(bool flag) | octave::error_system | inline |
set_debug_on_error(bool flag) | octave::error_system | inline |
set_debug_on_warning(bool flag) | octave::error_system | inline |
set_discard_warning_messages(bool flag) | octave::error_system | inline |
set_last_error_id(const std::string &val) | octave::error_system | inline |
set_last_error_message(const std::string &val) | octave::error_system | inline |
set_last_error_stack(const octave_map &val) | octave::error_system | inline |
set_last_warning_id(const std::string &val) | octave::error_system | inline |
set_last_warning_message(const std::string &val) | octave::error_system | inline |
set_quiet_warning(bool flag) | octave::error_system | inline |
set_verbose_warning(bool flag) | octave::error_system | inline |
set_warning_option(const std::string &state, const std::string &id) | octave::error_system | |
set_warning_options(const octave_map &val) | octave::error_system | inline |
throw_error(const std::string &err_type, const std::string &id, const std::string &message, const std::list< frame_info > &stack_info=std::list< frame_info >()) | octave::error_system | |
throw_error(execution_exception &e) | octave::error_system | |
verbose_warning(const octave_value_list &args, int nargout) | octave::error_system | |
verbose_warning(void) const | octave::error_system | inline |
verbose_warning(bool flag) | octave::error_system | inline |
verror(bool save_last_error, std::ostream &os, const char *name, const char *id, const char *fmt, va_list args, bool with_cfn=false) | octave::error_system | |
vpanic(const char *fmt, va_list args) | octave::error_system | |
vusage(const char *id, const char *fmt, va_list args) | octave::error_system | |
vwarning(const char *name, const char *id, const char *fmt, va_list args) | octave::error_system | |
vwarning(const char *id, const char *fmt, va_list args) | octave::error_system | |
warning_enabled(const std::string &id) | octave::error_system | |
warning_options(void) const | octave::error_system | inline |
warning_options(const octave_map &new_val) | octave::error_system | inline |
warning_query(const std::string &id_arg) | octave::error_system | |
~error_system(void)=default | octave::error_system | |