Exception in thread "main" java.lang.Error: Always run main and tests with assertions enabled

Exception in thread “main” java.lang.Error: Always run main and tests with assertions enabled
at P4.twitter.Main.main(Main.java:47)
这里写图片描述

try {
            assert false;
            throw new Error("Always run main and tests with assertions enabled");
        } catch (AssertionError ae) { }

这里写图片描述

posted @ 2018-03-13 15:14  清凌  阅读(290)  评论(0编辑  收藏  举报