SchemaFactoryConfigurationError

SchemaFactoryConfigurationError (스키마 팩토리 설정 오류)

스키마 팩토리(SchemaFactory) 설정에 문제가 있을 때 발생하는 오류예요.

출처: Java API Reference

본문

public class SchemaFactoryConfigurationError
    extends Error

주로 시스템 속성에 지정된 스키마 팩토리 클래스를 찾을 수 없거나 인스턴스화할 수 없을 때 발생해요.

더 알아보기

Java 공식 API