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

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

Functions

function  mibShowErrorDialog (guiHandle, 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

◆ mibShowErrorDialog()

function mibShowErrorDialog ( guiHandle,
err,
winTitle,
optionalPrefix,
optionalSuffix )

show error that is generated in try/catch blocks

Parameters
guiHandlehandle to appdesigner window (for example, obj.View.gui)
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 mibDeepController.balanceClasses(), mibDeepController.checkNetwork(), mibDeepController.createNetwork(), mibDeepController.evaluateSegmentation(), mibDeepController.exportNetwork(), mibDeepController.preprareTrainingOptions(), mibDeepController.preprareTrainingOptionsInstances(), mibDeepAugmentSettingsController.previewAugmentations(), mibAlignmentController.previewFeaturesBtn_Callback(), mibDeepController.processImages(), mibDeepActivationsController.showActivations(), mibDeepController.start(), mibDeepController.startPrediction2D(), mibDeepController.startPrediction3D(), mibDeepController.startPredictionBlockedImage(), and mibDeepController.startPreprocessing().

Here is the caller graph for this function: