org.eclipse.emf.ecp.view.dynamictree.model.impl
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.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

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.