java.lang
Class OutOfMemoryError

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Error
              |
              +--java.lang.VirtualMachineError
                    |
                    +--java.lang.OutOfMemoryError

public class OutOfMemoryError
extends VirtualMachineError

메모리 부족으로 인해 새로운 객체를 생성할 수 없을 때 발생하는 에러 클래스.


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

OutOfMemoryError

public OutOfMemoryError()
OutOfMemoryError을 생성한다.

OutOfMemoryError

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


AromaSoft Corp. Proprietary and Confidential

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