DataNotFoundException a = new DataNotFoundException("데이타를 찾을수없습니다");
로만들어서 throw a 로 강제로 예외발생시켜서 쓰고싶은데 해당부분이 에러가뜹니다...
DataNotFoundException가뭐가문제일까요ㅕ ㅠㅠ
DataNotFoundException a = new DataNotFoundException("데이타를 찾을수없습니다");
로만들어서 throw a 로 강제로 예외발생시켜서 쓰고싶은데 해당부분이 에러가뜹니다...
DataNotFoundException가뭐가문제일까요ㅕ ㅠㅠ
아 api에없는 예외엿구나.,.