org.eclipse.gmt.umlx.alien.mapping
Class MappingConfigurationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.gmt.umlx.alien.mapping.MappingConfigurationException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
MappingConfigurationConflictException, MappingConfigurationOmissionException

public class MappingConfigurationException
extends java.lang.Exception

A MappingConfigurationException is thrown to describe an inconsistency in the mapping meta-deta defing the mapping of an alien and ecore model.

See Also:
Serialized Form

Constructor Summary
MappingConfigurationException(java.lang.String message)
           
MappingConfigurationException(java.lang.String message, java.lang.Throwable e)
           
 
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

MappingConfigurationException

public MappingConfigurationException(java.lang.String message)

MappingConfigurationException

public MappingConfigurationException(java.lang.String message,
                                     java.lang.Throwable e)