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

Method main

ch2/ExceptionController2.java:21–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19public class ExceptionController2 {
20
21 @RequestMapping("/ex3")
22 public String main() throws Exception {
23 throw new MyException("¿¹¿Ü°¡ ¹ß»ýÇß½À´Ï´Ù.");
24 }
25
26 @RequestMapping("/ex4")
27 public String main2() throws Exception {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected