RESTEASY-2505工作笔记 (一)

相关issue

Reproducer

关于WebApplicationException的用法说明

找到使用WebApplicationException的地方

$ grep -rl 'WebApplicationException' *

结果如下(去掉了test):

ExceptionHandler

RESTEasy当中关于Exception的设计

ExceptionHandler里面的handleWebApplicationException()方法

方法的时序图:

handleException()方法在SynchronousDispatcher的preprocess()方法中被调用

My Github Page: https://github.com/liweinan

Powered by Jekyll and Theme by solid

If you have any question want to ask or find bugs regarding with my blog posts, please report it here:
https://github.com/liweinan/liweinan.github.io/issues