java.lang
Class ArrayStoreException

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

public class ArrayStoreException
extends RuntimeException

배열에 저장할 수 없는 종류의 객체를 저장하려 할 때 발생하는 Exception 클래스.


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

ArrayStoreException

public ArrayStoreException()
ArrayStoreException을 생성한다.

ArrayStoreException

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


AromaSoft Corp. Proprietary and Confidential

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