public class ElementNamespaceInstanceProviderException extends ElementException
| Constructor and Description |
|---|
ElementNamespaceInstanceProviderException(ElementNamespaceInstanceProvider elementNamespaceInstanceProvider,
String message)
Creates provider instance exception.
|
ElementNamespaceInstanceProviderException(ElementNamespaceInstanceProvider elementNamespaceInstanceProvider,
String message,
Exception exception)
Creates provider instance exception.
|
| Modifier and Type | Method and Description |
|---|---|
ElementNamespaceInstanceProvider |
getElementNamespaceInstanceProvider()
Gets the ElementNamespaceInstanceProvider which created this exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ElementNamespaceInstanceProviderException(ElementNamespaceInstanceProvider elementNamespaceInstanceProvider, String message)
elementNamespaceInstanceProvider - The provider which creates this exception.message - The message of this exception.public ElementNamespaceInstanceProviderException(ElementNamespaceInstanceProvider elementNamespaceInstanceProvider, String message, Exception exception)
elementNamespaceInstanceProvider - The provider which creates this exception.message - The message of this exception.exception - The root cause of this exception.public ElementNamespaceInstanceProvider getElementNamespaceInstanceProvider()
Copyright © 2004-2013 X4O. All Rights Reserved.