콘텐츠로 이동

Class ArithmeticException

package java.lang

java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--java.lang.ArithmeticException

extends RuntimeException:

0으로 나누기와 같은 수칙 연산 시 올바르게 대처할 수 없는 문제 발생 시 발생되는 Exception 클래스.

  • ArithmeticException () ArithmeticException객체를 생성한다.
  • ArithmeticException ( String s) ArithmeticException객체를 생성한다.
public ArithmeticException()
  • ArithmeticException객체를 생성한다.
public ArithmeticException(String s)

Parameters:

  • s - ArithmeticException의 세부 메세지.

AromaSoft Corp. Proprietary and Confidential

(C)opyright 2003 AromaSoft Corp. All right reserved. Contact : contact@aromasoft.com