|
JavaTM Platform Standard Ed. 6 |
|||||||||
| 전의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
| 개요: 상자 | 필드 | 생성자 | 메소드 | 상세: 필드 | 생성자 | 메소드 | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Error
javax.xml.stream.FactoryConfigurationError
public class FactoryConfigurationError
팩토리 구성 에러를 보고하는 에러 클래스입니다.
| 생성자 의 개요 | |
|---|---|
FactoryConfigurationError ()
디폴트의 생성자 입니다. |
|
FactoryConfigurationError (Exception e)
상자의 내부 예외를 가지는 예외를 구축합니다. |
|
FactoryConfigurationError (Exception e,
String msg)
상자의 내부 예외 및 메세지를 가지는 예외를 구축합니다. |
|
FactoryConfigurationError (String msg)
메세지를 관련지을 수 있었던 예외를 구축합니다. |
|
FactoryConfigurationError (String msg,
Exception e)
상자의 내부 예외 및 메세지를 가지는 예외를 구축합니다. |
|
| 메소드의 개요 | |
|---|---|
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()
public FactoryConfigurationError(Exception e)
e - 상자로 하는 예외
public FactoryConfigurationError(Exception e,
String msg)
e - 상자로 하는 예외msg - 보고하는 메세지
public FactoryConfigurationError(String msg,
Exception e)
msg - 보고하는 메세지e - 상자로 하는 예외public FactoryConfigurationError(String msg)
msg - 보고하는 메세지| 메소드의 상세 |
|---|
public Exception getException()
public String getMessage()
Throwable 내의 getMessage
|
JavaTM Platform Standard Ed. 6 |
|||||||||
| 전의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
| 개요: 상자 | 필드 | 생성자 | 메소드 | 상세: 필드 | 생성자 | 메소드 | |||||||||
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy 도 참조해 주세요.