콘텐츠로 이동

Class Exception

package java.lang

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

Direct Known Subclasses:

  • ClassNotFoundException, DataBaseException, DataBaseRecordException, IllegalAccessException, InstantiationException, InterruptedException, IOException, JletStateChangeException, RuntimeException

extends Throwable:

application에서 대응할 수 있는 오류를 나타낼 때 사용한다.

  • Exception () Exception을 생성한다.
  • Exception ( String s) Exception을 생성한다.
public 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