org.eclipse.emfforms.internal.core.services.databinding.mapping
Class IllegalMapTypeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.emfforms.spi.core.services.databinding.DatabindingFailedException
org.eclipse.emfforms.internal.core.services.databinding.mapping.IllegalMapTypeException
- All Implemented Interfaces:
- Serializable
public class IllegalMapTypeException
- extends DatabindingFailedException
A checked Exception that is thrown when a
VMappingDomainModelReference
should be converted to a property and the referenced map's values are no EObjects.
- 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 |
IllegalMapTypeException
public IllegalMapTypeException(String message)
- Creates a new
IllegalMapTypeException.
- Parameters:
message - The message of the Exception
Copyright © 2015. All Rights Reserved.