|
|
@ -94,7 +94,7 @@ public class LifecycleFatalErrorHandler { |
|
|
|
.collect(Collectors.toList()); |
|
|
|
.collect(Collectors.toList()); |
|
|
|
|
|
|
|
|
|
|
|
String showText = generateShowText(results); |
|
|
|
String showText = generateShowText(results); |
|
|
|
// 如果还是异常,则抛出预期外的错误
|
|
|
|
// 如果还是异常,说明并不是 DB 的异常,抛出预期外的错误
|
|
|
|
if (StringUtils.isEmpty(showText)) { |
|
|
|
if (StringUtils.isEmpty(showText)) { |
|
|
|
DesignerFrame designerFrame = DesignerContext.getDesignerFrame(); |
|
|
|
DesignerFrame designerFrame = DesignerContext.getDesignerFrame(); |
|
|
|
DetectorErrorDialog errorDialog = new DetectorErrorDialog(designerFrame, results); |
|
|
|
DetectorErrorDialog errorDialog = new DetectorErrorDialog(designerFrame, results); |
|
|
|