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