![]() |
Microscopy Image Browser 2.91
MIB
|
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 | |
show error that is generated in try/catch blocks
| function showErrorDialog | ( | parent, | |
| err, | |||
| winTitle, | |||
| optionalPrefix, | |||
| optionalSuffix ) |
show error that is generated in try/catch blocks
| parent | handle to the parent window |
| 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 mibController.mibSegmentationSAM(), and mibController.mibSegmentationSAM2().
