|
JavaTM Platform Standard Ed. 6 |
|||||||||
| 앞의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
| 개요: 상자 | 필드 | 생성자 | 메소드 | 상세: 필드 | 생성자 | 메소드 | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Error
javax.xml.parsers.FactoryConfigurationError
public class FactoryConfigurationError
파서 팩토리의 구성에 문제가 존재하는 경우에 throw 됩니다. 일반적으로, 이 에러는, 시스템 프로퍼티으로 지정된 파서 팩토리의 클래스가 발견되지 않는가, 인스턴스화할 수 없는 경우에 throw 됩니다.
| 생성자 의 개요 | |
|---|---|
FactoryConfigurationError ()
상세 메세지를 지정하지 않고 FactoryConfigurationError 를 새롭게 작성합니다. |
|
FactoryConfigurationError (Exception e)
에러의 Exception 기본 원인을 지정해, 새로운 FactoryConfigurationError 를 작성합니다. |
|
FactoryConfigurationError (Exception e,
String msg)
Exception 의 기본 원인과 상세 메세지를 지정해, 새로운 FactoryConfigurationError 를 작성합니다. |
|
FactoryConfigurationError (String msg)
String 를 에러 메세지로서 지정해, 새로운 FactoryConfigurationError 를 작성합니다. |
|
| 메소드의 개요 | |
|---|---|
Exception |
getException ()
이 예외를 발생시키는 원인이 된 실제의 예외 (존재하는 경우)를 돌려줍니다. |
String |
getMessage ()
이 에러의 메세지 (존재하는 경우)를 돌려줍니다. |
| 클래스 java.lang. Throwable 로부터 상속된 메소드 |
|---|
fillInStackTrace , getCause , getLocalizedMessage , getStackTrace , initCause , printStackTrace , printStackTrace , printStackTrace , setStackTrace , toString |
| 클래스 java.lang. Object 로부터 상속된 메소드 |
|---|
clone , equals , finalize , getClass , hashCode , notify , notifyAll , wait , wait , wait |
| 생성자 의 상세 |
|---|
public FactoryConfigurationError()
FactoryConfigurationError 를 새롭게 작성합니다.
public FactoryConfigurationError(String msg)
String 를 에러 메세지로서 지정해, 새로운 FactoryConfigurationError 를 작성합니다.
msg - 예외의 에러 메세지public FactoryConfigurationError(Exception e)
Exception 기본 원인을 지정해, 새로운 FactoryConfigurationError 를 작성합니다.
e - FactoryConfigurationError
에 캡슐화되는 예외
public FactoryConfigurationError(Exception e,
String msg)
Exception 의 기본 원인과 상세 메세지를 지정해, 새로운 FactoryConfigurationError 를 작성합니다.
e - FactoryConfigurationError
에 캡슐화되는 예외msg - 상세 메세지| 메소드의 상세 |
|---|
public String getMessage()
Throwable 내의 getMessage public Exception getException()
|
JavaTM Platform Standard Ed. 6 |
|||||||||
| 앞의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
| 개요: 상자 | 필드 | 생성자 | 메소드 | 상세: 필드 | 생성자 | 메소드 | |||||||||
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy 도 참조해 주세요.