상세 컨텐츠

본문 제목

ArithmeticException

자바/Exception

by 허허지니 2023. 8. 8. 09:21

본문

https://docs.oracle.com/javase/8/docs/api/?java/lang/ArithmeticException.html 

 

Java Platform SE 8

 

docs.oracle.com

 

Thrown when an exceptional arithmetic condition has occurred. For example, an integer "divide by zero" throws an instance of this class. 

예외적인 산술 조건이 발생했을 때 던져집니다. 예를 들어, 정수 "0으로 분할"하면 이 클래스의 인스턴스가 발생합니다.