org.eclipse.emfforms.internal.core.services.databinding.mapping
Class IllegalMapTypeException

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.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

Constructor Summary
IllegalMapTypeException(String message)
          Creates a new IllegalMapTypeException.
 
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

IllegalMapTypeException

public IllegalMapTypeException(String message)
Creates a new IllegalMapTypeException.

Parameters:
message - The message of the Exception


Copyright © 2015. All Rights Reserved.