Guest User

Untitled

a guest
May 17th, 2018
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. try {} catch (Exception e) {logger.log(...)}
  2.  
  3. <InstanceListener>myapp.MyListener</InstanceListener>
  4.  
  5. try {
  6. chain.doFilter(req,resp);
  7. { catch (Exception e) {
  8. logger.error("", e);
  9. throw new RuntimeException(e);
  10. }
Add Comment
Please, Sign In to add comment