- 입력값이 불일치해서 일어난 예외
- 데이터 형의 범위를 넘을 경우
catch문 추가
catch (InputMismatchException e) {
System.out.println("정수가 아닙니다.");
'JAVA > 오류' 카테고리의 다른 글
[Java11]ArrayIndexOutOfBounds (0) | 2024.09.12 |
---|---|
[Tomcat 오류]Could not publish server configuration for Tomcat v8.5 Server at localhost. (0) | 2024.05.15 |
java.lang.IllegalArgumentException: XML fragments parsed from previous mappers does not contain value for~ (0) | 2024.05.15 |
java.sql.SQLException: 부적합한 열 이름 (1) | 2024.02.17 |
java.sql.SQLSyntaxErrorException: ORA-00936: missing expression (0) | 2024.02.17 |