|
JavaTM Platform Standard Ed. 6 |
|||||||||
| 앞의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
| 개요: 상자 | 필드 | 생성자 | 메소드 | 상세: 필드 | 생성자 | 메소드 | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.TypeNotPresentException
public class TypeNotPresentException
어플리케이션이 형태의 이름을 나타내는 캐릭터 라인을 사용해 형태에 액세스 해, 지정된 이름의 형태의 정의가 발견되지 않을 때에, throw 됩니다. ClassNotFoundException 에서는 ClassNotFoundException 가 체크되는 예외인데 대해, 이 예외에서는 ClassNotFoundException 는 체크되지 않습니다.
이 예외는, 미정도리의 형태 변수가 액세스 될 때 뿐만이 아니라, 형태 (클래스, 인터페이스, 또는 아노테이션형등)가 로드 될 때도 사용할 수 있습니다.
| 생성자 의 개요 | |
|---|---|
TypeNotPresentException (String typeName,
Throwable cause)
지정된 원인을 가지는 이름 첨부의 형태의 TypeNotPresentException 를 구축합니다. |
|
| 메소드의 개요 | |
|---|---|
String |
typeName ()
사용할 수 없는 형태의 완전한 이름(FQN)을 돌려줍니다. |
| 클래스 java.lang. Throwable 로부터 상속된 메소드 |
|---|
fillInStackTrace , getCause , getLocalizedMessage , getMessage , getStackTrace , initCause , printStackTrace , printStackTrace , printStackTrace , setStackTrace , toString |
| 클래스 java.lang. Object 로부터 상속된 메소드 |
|---|
clone , equals , finalize , getClass , hashCode , notify , notifyAll , wait , wait , wait |
| 생성자 의 상세 |
|---|
public TypeNotPresentException(String typeName,
Throwable cause)
typeName - 사용할 수 없는 형태의 완전한 이름(FQN)cause - 시스템이 이름 첨부의 형태를 로드하려고 했을 때에 throw 된 예외. 또는 사용할 수 없는가 적용할 수 없는 경우는 null| 메소드의 상세 |
|---|
public String typeName()
|
JavaTM Platform Standard Ed. 6 |
|||||||||
| 앞의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
| 개요: 상자 | 필드 | 생성자 | 메소드 | 상세: 필드 | 생성자 | 메소드 | |||||||||
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy 도 참조해 주세요.