java.lang
Class NumberFormatException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--java.lang.IllegalArgumentException
                          |
                          +--java.lang.NumberFormatException

public class NumberFormatException
extends IllegalArgumentException

문자열을 정수나 Long형으로 변환할 때 문자열이 변환될 수 없을 때 발생하는 exception 클래스.


Constructor Summary
NumberFormatException()
          NumberFormatException을 생성한다.
NumberFormatException(String s)
          NumberFormatException을 생성한다.
 
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

NumberFormatException

public NumberFormatException()
NumberFormatException을 생성한다.

NumberFormatException

public NumberFormatException(String s)
NumberFormatException을 생성한다.
Parameters:
s - NumberFormatException의 세부 메세지.


AromaSoft Corp. Proprietary and Confidential

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