Class ElementException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.x4o.xml.element.ElementException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ElementAttributeValueParserException, ElementBindingHandlerException, ElementConfiguratorException, ElementNamespaceInstanceProviderException, ElementObjectPropertyValueException, X4OLanguageModuleLoaderException

public class ElementException extends Exception
Is throw when there is en Exception within an Element.
Version:
1.0 Aug 8, 2005
Author:
Willem Cazander
See Also:
  • Constructor Details

    • ElementException

      public ElementException()
      Constructs an ElementException without a detail message.
    • ElementException

      public ElementException(String message)
      Constructs an ElementException with a detail message.
      Parameters:
      message - The message of this Exception
    • ElementException

      public ElementException(Exception e)
      Creates an ElementException from a parent exception.
      Parameters:
      e - The error exception.
    • ElementException

      public ElementException(String message, Exception e)
      Constructs an ElementException with a detail message.
      Parameters:
      message - The message of this Exception
      e - The error exception.