|
JavaTM Platform Standard Ed. 6 |
|||||||||
전의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
개요: 상자 | 필드 | 생성자 | 메소드 | 상세 : 필드 | 생성자 | 메소드 |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
javax.xml.stream.XMLStreamException
public class XMLStreamException
예기치 않은 처리 에러를 위한 기본의 예외입니다. 이 예외 클래스는, 예기치 않은 처리 조건과 정형식 에러를 보고하기 위해서(때문에) 사용됩니다.
필드의 개요 | |
---|---|
protected Location |
location
|
protected Throwable |
nested
|
생성자 의 개요 | |
---|---|
XMLStreamException ()
디폴트의 생성자 입니다. |
|
XMLStreamException (String msg)
메세지를 관련지을 수 있었던 예외를 구축합니다. |
|
XMLStreamException (String msg,
Location location)
메세지, 예외, 및 장소를 관련지을 수 있었던 예외를 구축합니다. |
|
XMLStreamException (String msg,
Location location,
Throwable th)
메세지, 예외, 및 장소를 관련지을 수 있었던 예외를 구축합니다. |
|
XMLStreamException (String msg,
Throwable th)
메세지와 예외를 관련지을 수 있었던 예외를 구축합니다. |
|
XMLStreamException (Throwable th)
예외를 관련지을 수 있었던 예외를 구축합니다. |
메소드의 개요 | |
---|---|
Location |
getLocation ()
예외의 장소를 가져옵니다. |
Throwable |
getNestedException ()
상자의 예외를 가져옵니다. |
클래스 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 |
필드의 상세 |
---|
protected Throwable nested
protected Location location
생성자 의 상세 |
---|
public XMLStreamException()
public XMLStreamException(String msg)
msg
- 보고하는 메세지public XMLStreamException(Throwable th)
th
- 상자의 예외public XMLStreamException(String msg, Throwable th)
th
- 상자의 예외msg
- 보고하는 메세지public XMLStreamException(String msg, Location location, Throwable th)
th
- 상자의 예외msg
- 보고하는 메세지location
- 에러의 장소public XMLStreamException(String msg, Location location)
msg
- 보고하는 메세지location
- 에러의 장소메소드의 상세 |
---|
public Throwable getNestedException()
public Location getLocation()
|
JavaTM Platform Standard Ed. 6 |
|||||||||
전의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
개요: 상자 | 필드 | 생성자 | 메소드 | 상세 : 필드 | 생성자 | 메소드 |
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy 도 참조해 주세요.