org.eclipse.emfforms.internal.core.services.databinding.index
Class IllegalListTypeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.emfforms.spi.core.services.databinding.DatabindingFailedException
org.eclipse.emfforms.internal.core.services.databinding.index.IllegalListTypeException
- All Implemented Interfaces:
- Serializable
public class IllegalListTypeException
- extends DatabindingFailedException
An IllegalListTypeException
is thrown by an IndexDomainModelReferenceConverter
when the domain model
e feature of a VIndexDomainModelReference
referencing a 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.