问答详情
源自:1-9 经验总结

遇到了问题想问大家

Exception bookNotExists = new Exception("图书不存在!");

bookNotExists.initCause(e);

throw bookNotExists;

bookNotExists.initCause(e);     这个有什么作用

提问者:syd1 2015-07-31 15:31

个回答

  • yao314
    2015-07-31 16:35:48

    自定义异常。