Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/castello/spring_basic
/ main2
Method
main2
ch2/ExceptionController2.java:26–29 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
24
}
25
26
@RequestMapping(
"/ex4"
)
27
public
String main2() throws Exception {
28
throw
new
FileNotFoundException(
"¿¹¿Ü°¡ ¹ß»ýÇß½À´Ï´Ù."
);
29
}
30
}
31
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected