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
ElementObjectPropertyValueException.
Is throw when the attribute value could not be found.
Is throw when the attribute value could not be found.
- Version:
- 1.0 Jan 2, 2008
- Author:
- Willem Cazander
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates ElementObjectPropertyValueException with message.ElementObjectPropertyValueException
(String message, Exception exception) Creates ElementObjectPropertyValueException with message and exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ElementObjectPropertyValueException
Creates ElementObjectPropertyValueException with message.- Parameters:
message
- The error message.
-
ElementObjectPropertyValueException
-