java.lang
Class ArithmeticException

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

public class ArithmeticException
extends RuntimeException

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


Constructor Summary
ArithmeticException()
          ArithmeticException객체를 생성한다.
ArithmeticException(String s)
          ArithmeticException객체를 생성한다.
 
Methods inherited from class java.lang.Throwable
getMessage, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ArithmeticException

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

ArithmeticException

public ArithmeticException(String s)
ArithmeticException객체를 생성한다.
Parameters:
s - ArithmeticException의 세부 메세지.


AromaSoft Corp. Proprietary and Confidential

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