Class ElementNamespaceInstanceProviderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.x4o.xml.element.ElementException
org.x4o.xml.element.ElementNamespaceInstanceProviderException
- All Implemented Interfaces:
Serializable
ElementNamespaceInstanceProviderException holds the ElementNamespaceInstanceProvider which created this Exception.
- Version:
- 1.0 Aug 2, 2012
- Author:
- Willem Cazander
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionElementNamespaceInstanceProviderException
(ElementNamespaceInstanceProvider elementNamespaceInstanceProvider, String message) Creates provider instance exception.ElementNamespaceInstanceProviderException
(ElementNamespaceInstanceProvider elementNamespaceInstanceProvider, String message, Exception exception) Creates provider instance exception. -
Method Summary
Modifier and TypeMethodDescriptionGets the ElementNamespaceInstanceProvider which created this exception.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ElementNamespaceInstanceProviderException
public ElementNamespaceInstanceProviderException(ElementNamespaceInstanceProvider elementNamespaceInstanceProvider, String message) Creates provider instance exception.- Parameters:
elementNamespaceInstanceProvider
- The provider which creates this exception.message
- The message of this exception.
-
ElementNamespaceInstanceProviderException
public ElementNamespaceInstanceProviderException(ElementNamespaceInstanceProvider elementNamespaceInstanceProvider, String message, Exception exception) Creates provider instance exception.- Parameters:
elementNamespaceInstanceProvider
- The provider which creates this exception.message
- The message of this exception.exception
- The root cause of this exception.
-
-
Method Details
-
getElementNamespaceInstanceProvider
Gets the ElementNamespaceInstanceProvider which created this exception.- Returns:
- The provider which created the exception.
-