java.lang
Class ClassNotFoundException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.ClassNotFoundException

public class ClassNotFoundException
extends Exception

찾고자하는 클래스가 없을 때 발생하는 exception 클래스.


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

ClassNotFoundException

public ClassNotFoundException()
ClassNotFoundException을 생성한다.

ClassNotFoundException

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


AromaSoft Corp. Proprietary and Confidential

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