|
JavaTM Platform Standard Ed. 6 |
|||||||||
| 앞의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
| 개요: 상자 | 필드 | 생성자 | 메소드 | 상세: 필드 | 생성자 | 메소드 | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
javax.xml.xpath.XPathException
public class XPathException
XPathException 는 총칭 XPath 예외를 나타냅니다.
| 생성자 의 개요 | |
|---|---|
XPathException (String message)
지정된 상세 메세지로 새로운 XPathException 를 구축합니다. |
|
XPathException (Throwable cause)
지정된 cause 로 새로운 XPathException 를 구축합니다. |
|
| 메소드의 개요 | |
|---|---|
Throwable |
getCause ()
이 XPathException 의 원인을 가져옵니다. |
void |
printStackTrace ()
지정된 System.err 에 스택 트레이스를 출력합니다. |
void |
printStackTrace (PrintStream s)
지정된 PrintStream 에 스택 트레이스를 출력합니다. |
void |
printStackTrace (PrintWriter s)
지정된 PrintWriter 에 스택 트레이스를 출력합니다. |
| 클래스 java.lang. Throwable 로부터 상속된 메소드 |
|---|
fillInStackTrace , getLocalizedMessage , getMessage , getStackTrace , initCause , setStackTrace , toString |
| 클래스 java.lang. Object 로부터 상속된 메소드 |
|---|
clone , equals , finalize , getClass , hashCode , notify , notifyAll , wait , wait , wait |
| 생성자 의 상세 |
|---|
public XPathException(String message)
지정된 상세 메세지로 새로운 XPathException 를 구축합니다.
cause 는 초기화되지 않습니다.
message 가 null 의 경우는,NullPointerException 가 throw 됩니다.
message - 상세 메세지
NullPointerException - message 가
null 의 경우public XPathException(Throwable cause)
지정된 cause 로 새로운 XPathException 를 구축합니다.
cause 가 null 의 경우는,NullPointerException 가 throw 됩니다.
cause - 원인
NullPointerException - cause 가 null 의 경우| 메소드의 상세 |
|---|
public Throwable getCause()
이 XPathException 의 원인을 가져옵니다.
Throwable 내의 getCause public void printStackTrace(PrintStream s)
지정된 PrintStream 에 스택 트레이스를 출력합니다.
Throwable 내의 printStackTrace s - 이 PrintStream 에 스택 트레이스를 출력한다public void printStackTrace()
지정된 System.err 에 스택 트레이스를 출력합니다.
Throwable 내의 printStackTrace public void printStackTrace(PrintWriter s)
지정된 PrintWriter 에 스택 트레이스를 출력합니다.
Throwable 내의 printStackTrace s - 이 PrintWriter 에 스택 트레이스를 출력한다
|
JavaTM Platform Standard Ed. 6 |
|||||||||
| 앞의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
| 개요: 상자 | 필드 | 생성자 | 메소드 | 상세: 필드 | 생성자 | 메소드 | |||||||||
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy 도 참조해 주세요.