XPathFactoryConfigurationException

XPathFactoryConfigurationException (XPath 팩토리 설정 오류)

XPath 팩토리(XPathFactory) 환경의 설정 오류를 나타내는 예외예요.

출처: Java API Reference

본문

public class XPathFactoryConfigurationException
    extends XPathException

팩토리 네임스페이스 URI가 지원되지 않는 등 설정 문제가 있을 때 발생해요.

더 알아보기

Java 공식 API