org.eclipse.emfforms.spi.core.services.databinding
Class DatabindingFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DatabindingFailedException
public DatabindingFailedException(String message)
- Creates a new
DatabindingFailedException
.
- Parameters:
message
- The message of the Exception
Copyright © 2015. All Rights Reserved.