提交 0bc32c09 authored 作者: Thomas Mueller's avatar Thomas Mueller

MVStore: unified exception handling

上级 b9db1cc2
...@@ -51,7 +51,7 @@ public class TestCacheLongKeyLIRS extends TestBase { ...@@ -51,7 +51,7 @@ public class TestCacheLongKeyLIRS extends TestBase {
try { try {
test.put(1, null, 100); test.put(1, null, 100);
fail(); fail();
} catch (NullPointerException e) { } catch (IllegalArgumentException e) {
// expected // expected
} }
try { try {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论