org.eclipse.emfforms.spi.core.services.databinding
Class DatabindingFailedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.emfforms.spi.core.services.databinding.DatabindingFailedException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
IllegalListTypeException, IllegalListTypeException, IllegalMapTypeException

public class DatabindingFailedException
extends Exception

A checked Exception that is thrown by the databinding service when the databinding fails.

Author:
Lucas Koehler
See Also:
Serialized Form

Constructor Summary
DatabindingFailedException(String message)
          Creates a new DatabindingFailedException.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DatabindingFailedException

public DatabindingFailedException(String message)
Creates a new DatabindingFailedException.

Parameters:
message - The message of the Exception


Copyright © 2015. All Rights Reserved.