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

public class ElementNamespaceInstanceProviderException extends ElementException
ElementNamespaceInstanceProviderException holds the ElementNamespaceInstanceProvider which created this Exception.
Version:
1.0 Aug 2, 2012
Author:
Willem Cazander
See Also:
  • 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

      public ElementNamespaceInstanceProvider getElementNamespaceInstanceProvider()
      Gets the ElementNamespaceInstanceProvider which created this exception.
      Returns:
      The provider which created the exception.