org.eclipse.emf.ecp.view.dynamictree.model.impl
Class IllegalListTypeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.emfforms.spi.core.services.databinding.DatabindingFailedException
org.eclipse.emf.ecp.view.dynamictree.model.impl.IllegalListTypeException
- All Implemented Interfaces:
- Serializable
public class IllegalListTypeException
- extends DatabindingFailedException
This IllegalListTypeException
is thrown by a DynamicContainmentTreeDMRConverter
when the base
feature of a DynamicContainmentTreeDomainModelReference
is not a list or the list is not of the type
EReference
.
- 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 |
IllegalListTypeException
public IllegalListTypeException(String message)
- Creates a new
IllegalListTypeException
with the given message.
- Parameters:
message
- The message text of the exception
Copyright © 2015. All Rights Reserved.