Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/castello/spring_basic
/ main2
Method
main2
ch2/ExceptionController.java:36–39 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
34
}
35
36
@RequestMapping(
"/ex2"
)
37
public
String main2() throws Exception {
38
throw
new
NullPointerException(
"¿¹¿Ü°¡ ¹ß»ýÇß½À´Ï´Ù."
);
39
}
40
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected