Microscopy Image Browser 2.91
MIB
Loading...
Searching...
No Matches
showErrorDialog.m File Reference

show error that is generated in try/catch blocks More...

Functions

function  showErrorDialog (parent, err, winTitle, optionalPrefix, optionalSuffix)
 show error that is generated in try/catch blocks
 

Detailed Description

show error that is generated in try/catch blocks

Function Documentation

◆ showErrorDialog()

function showErrorDialog ( parent,
err,
winTitle,
optionalPrefix,
optionalSuffix )

show error that is generated in try/catch blocks

Parameters
parenthandle to the parent window
erra structure generated by MATLAB, when an error is triggered with the following fields, .identifier - identificator of the error .message - error message .cause - MException
winTitlean optional string with a title for the window
optionalPrefixan optional text string that will be added before the end of the error message
optionalSuffixan optional text string that will be added after the end of the error message
Required fields of err:

Referenced by mibController.mibSegmentationSAM(), and mibController.mibSegmentationSAM2().

Here is the caller graph for this function: