org.eclipse.emfforms.internal.core.services.databinding.index
Class IllegalListTypeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.emfforms.spi.core.services.databinding.DatabindingFailedException
              extended by 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

Constructor Summary
IllegalListTypeException(String message)
          Creates a new IllegalListTypeException with the given message.
 
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

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.