public final class SchemaFactoryConfigurationError extends Error
Constructor and Description |
---|
SchemaFactoryConfigurationError()
Create a new
SchemaFactoryConfigurationError with no
detail message. |
SchemaFactoryConfigurationError(String message)
Create a new
SchemaFactoryConfigurationError with
the String specified as an error message. |
SchemaFactoryConfigurationError(String message,
Throwable cause)
Create a new
SchemaFactoryConfigurationError with the
given Throwable base cause and detail message. |
SchemaFactoryConfigurationError(Throwable cause)
Create a new
SchemaFactoryConfigurationError with the
given Throwable base 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.cause
- The exception or error to be encapsulated in a
SchemaFactoryConfigurationError.message
- The detail message. Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2016, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.