Class NullPointerException
package java.lang
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--java.lang.RuntimeException | +--java.lang.NullPointerExceptionextends RuntimeException:
객체정보가 필요한 자리에 null이 존재할 때 발생하는 exception 클래스.
생성자 요약
섹션 제목: “생성자 요약”- NullPointerException () NullPointerException을 생성한다.
- NullPointerException ( String s) NullPointerException을 생성한다.
생성자 상세
섹션 제목: “생성자 상세”NullPointerException
섹션 제목: “NullPointerException”public NullPointerException()- NullPointerException을 생성한다.
NullPointerException
섹션 제목: “NullPointerException”public NullPointerException(String s)Parameters:
s- NullPointerException의 세부 메세지.
AromaSoft Corp. Proprietary and Confidential
(C)opyright 2003 AromaSoft Corp. All right reserved. Contact : contact@aromasoft.com