1. 예외를 무시하지 말라

try {
		...
} catch (Exception e) {
		// do notthing
}

2. 예외를 무시해야 하는 경우

3. 예외를 무시할 시 일어날 수 있는 일