java.lang
Class Error

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Error
Direct Known Subclasses:
VirtualMachineError

public class Error
extends Throwable

Exception보다 중요한 오류 발생시 발생한다. 비정상적인 경우가 많슴니다.


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

Error

public Error()
Error를 생성한다.

Error

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


AromaSoft Corp. Proprietary and Confidential

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