exception

Functions and widget to represent exceptions to the user

class camelot.view.controls.exception.ExceptionDialog(exception_info)[source]

Dialog to display an exception to the user

../../../_images/user_exception.png
camelot.view.controls.exception.ExceptionInfo

alias of exception_info

camelot.view.controls.exception.register_exception(logger, text, exception)[source]

Log an exception and return a serialized form of the exception with exception information in a user readable format, to be used when displaying an exception message box.

that serialized form can be fed to the model_thread_exception_message_box function.

Returns:a tuple with exception information