Class ElementObjectPropertyValueException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.x4o.xml.element.ElementException
org.x4o.xml.element.ElementObjectPropertyValueException
All Implemented Interfaces:
Serializable

public class ElementObjectPropertyValueException extends ElementException
ElementObjectPropertyValueException.
Is throw when the attribute value could not be found.
Version:
1.0 Jan 2, 2008
Author:
Willem Cazander
See Also:
  • Constructor Details

    • ElementObjectPropertyValueException

      public ElementObjectPropertyValueException(String message)
      Creates ElementObjectPropertyValueException with message.
      Parameters:
      message - The error message.
    • ElementObjectPropertyValueException

      public ElementObjectPropertyValueException(String message, Exception exception)
      Creates ElementObjectPropertyValueException with message and exception.
      Parameters:
      message - The error message.
      exception - The error exception.