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.aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2024 aicas GmbH. All Rights Reserved.