Class ElementBindingHandlerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.x4o.xml.element.ElementException
org.x4o.xml.element.ElementBindingHandlerException
- All Implemented Interfaces:
Serializable
ElementBindingException.
Is throw with there is a exception in binding the objects
Is throw with there is a exception in binding the objects
- Version:
- 1.0 Apr 15, 2008
- Author:
- Willem Cazander
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionElementBindingHandlerException
(String message) Creates binding exception.ElementBindingHandlerException
(String message, Exception exception) Creates binding 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
-
ElementBindingHandlerException
Creates binding exception.- Parameters:
message
- The error message.
-
ElementBindingHandlerException
-