java.lang
Class Exception

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
Direct Known Subclasses:
ClassNotFoundException, DataBaseException, DataBaseRecordException, IllegalAccessException, InstantiationException, InterruptedException, IOException, JletStateChangeException, RuntimeException

public class Exception
extends Throwable

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


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

Exception

public Exception()
Exception을 생성한다.

Exception

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


AromaSoft Corp. Proprietary and Confidential

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