![]() |
Microscopy Image Browser 2.91
MIB
|
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 | |
show error that is generated in try/catch blocks
function mibShowErrorDialog | ( | guiHandle, | |
err, | |||
winTitle, | |||
optionalPrefix, | |||
optionalSuffix ) |
show error that is generated in try/catch blocks
guiHandle | handle to appdesigner window (for example, obj.View.gui) |
err | a structure generated by MATLAB, when an error is triggered with the following fields, .identifier - identificator of the error .message - error message .cause - MException |
winTitle | an optional string with a title for the window |
optionalPrefix | an optional text string that will be added before the end of the error message |
optionalSuffix | an optional text string that will be added after the end of the error message |
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().