Class ElementBindingHandlerException

All Implemented Interfaces:
Serializable

public class ElementBindingHandlerException extends ElementException
ElementBindingException.
Is throw with there is a exception in binding the objects
Version:
1.0 Apr 15, 2008
Author:
Willem Cazander
See Also:
  • Constructor Details

    • ElementBindingHandlerException

      public ElementBindingHandlerException(String message)
      Creates binding exception.
      Parameters:
      message - The error message.
    • ElementBindingHandlerException

      public ElementBindingHandlerException(String message, Exception exception)
      Creates binding exception.
      Parameters:
      message - The error message.
      exception - The error exception.