java.lang
Class InstantiationException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.InstantiationException
- public class InstantiationException
- extends Exception
newInstace를 통해 객체를 생성할 때 클래스가 추상 클래스나
인터페이스일 때 발생하는 exception 클래스.
InstantiationException
public InstantiationException()
- InstantiationException을 생성한다.
InstantiationException
public InstantiationException(String s)
- InstantiationException을 생성한다.
- Parameters:
s
- InstantiationException의 세부 메세지.
AromaSoft Corp. Proprietary and Confidential
(C)opyright 2003 AromaSoft Corp. All right reserved.
Contact : contact@aromasoft.com