java.lang
Class NegativeArraySizeException

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

public class NegativeArraySizeException
extends RuntimeException

배열 생성시 크기가 음수일 때 발생하는 exception 클래스.


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

NegativeArraySizeException

public NegativeArraySizeException()
NegativeArraySizeException을 생성한다.

NegativeArraySizeException

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


AromaSoft Corp. Proprietary and Confidential

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