없는 페이지 요청에 대한 예외처리
|
public class RestaurantNotFoundException extends RuntimeException{ |
|
Service 계층에서의 예외처리
|
public Restaurant getRestaurant(Long id) { |
|
public class RestaurantNotFoundException extends RuntimeException{ |
|
|
public Restaurant getRestaurant(Long id) { |