Serializablepublic final class SchemaFactoryConfigurationError extends Error
| Constructor | Description | 
|---|---|
| SchemaFactoryConfigurationError() | Create a new  SchemaFactoryConfigurationErrorwith no detail message. | 
| SchemaFactoryConfigurationError | Create a new  SchemaFactoryConfigurationErrorwith theStringspecified as an error message. | 
| SchemaFactoryConfigurationError | Create a new  SchemaFactoryConfigurationErrorwith the givenThrowablebase cause and detail message. | 
| SchemaFactoryConfigurationError | Create a new  SchemaFactoryConfigurationErrorwith the givenThrowablebase cause. | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public SchemaFactoryConfigurationError()
SchemaFactoryConfigurationError with no detail message.public SchemaFactoryConfigurationError(String message)
SchemaFactoryConfigurationError with the String specified as an error message.message - The error message for the exception.public SchemaFactoryConfigurationError(Throwable cause)
SchemaFactoryConfigurationError with the given Throwable base cause.cause - The exception or error to be encapsulated in a SchemaFactoryConfigurationError.public SchemaFactoryConfigurationError(String message, Throwable cause)
SchemaFactoryConfigurationError with the given Throwable base cause and detail message.message - The detail message.cause - The exception or error to be encapsulated in a SchemaFactoryConfigurationError.
    © 1993, 2023, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
    https://docs.oracle.com/en/java/javase/21/docs/api/java.xml/javax/xml/validation/SchemaFactoryConfigurationError.html