MCPcopy Create free account
hub / github.com/castello/spring_basic / main

Method main

ch2/ExceptionController.java:30–34  ·  view source on GitHub ↗
(Model m)

Source from the content-addressed store, hash-verified

28 }
29
30 @RequestMapping("/ex")
31 public String main(Model m) throws Exception {
32 m.addAttribute("msg", "message from ExceptionController.main()");
33 throw new Exception("¿¹¿Ü°¡ ¹ß»ýÇß½À´Ï´Ù.");
34 }
35
36 @RequestMapping("/ex2")
37 public String main2() throws Exception {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected