org.eclipse.emf.ecp.view.migrator
Class ViewModelMigrationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.emf.ecp.view.migrator.ViewModelMigrationException
All Implemented Interfaces:
Serializable

public class ViewModelMigrationException
extends Exception

Exception that may occur during view model migration.

Author:
jfaltermeier
See Also:
Serialized Form

Constructor Summary
ViewModelMigrationException(Throwable ex)
          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

ViewModelMigrationException

public ViewModelMigrationException(Throwable ex)
Default constructor.

Parameters:
ex - the throwable to wrap


Copyright © 2015. All Rights Reserved.