org.eclipse.emf.emfstore.internal.migration
Class EMFStoreMigrationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.emf.emfstore.internal.migration.EMFStoreMigrationException
All Implemented Interfaces:
Serializable

public class EMFStoreMigrationException
extends Exception

Represents a failure in migrating models to more recent versions.

Author:
mkoegel
See Also:
Serialized Form

Constructor Summary
EMFStoreMigrationException(String message)
          Default constructor.
EMFStoreMigrationException(String message, Throwable cause)
          Default constructor.
 
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

EMFStoreMigrationException

public EMFStoreMigrationException(String message,
                                  Throwable cause)
Default constructor.

Parameters:
message - the message.
cause - the cause

EMFStoreMigrationException

public EMFStoreMigrationException(String message)
Default constructor.

Parameters:
message - the message.


Copyright © 2015. All Rights Reserved.