Class Exception
package java.lang
java.lang.Object | +--java.lang.Throwable | +--java.lang.ExceptionDirect Known Subclasses:
ClassNotFoundException,DataBaseException,DataBaseRecordException,IllegalAccessException,InstantiationException,InterruptedException,IOException,JletStateChangeException,RuntimeException
extends Throwable:
application에서 대응할 수 있는 오류를 나타낼 때 사용한다.
생성자 요약
섹션 제목: “생성자 요약”- Exception () Exception을 생성한다.
- Exception ( String s) Exception을 생성한다.
생성자 상세
섹션 제목: “생성자 상세”Exception
섹션 제목: “Exception”public Exception()- Exception을 생성한다.
Exception
섹션 제목: “Exception”public Exception(String s)Parameters:
s- Exception의 세부 메세지.
AromaSoft Corp. Proprietary and Confidential
(C)opyright 2003 AromaSoft Corp. All right reserved. Contact : contact@aromasoft.com