Class MigrationException

  • All Implemented Interfaces:
    Serializable

    public class MigrationException
    extends Exception
    Exception to witness the failure of a migration.
    Version:
    $Rev: 114 $
    Author:
    herrmama, $Author: mherrmannsd $
    See Also:
    Serialized Form
    • Constructor Detail

      • MigrationException

        public MigrationException​(Throwable cause)
        Constructor.
      • MigrationException

        public MigrationException​(org.eclipse.emf.common.util.URI location,
                                  Throwable cause)
        Constructor.
      • MigrationException

        public MigrationException​(String message,
                                  Throwable cause)
        Constructor.
      • MigrationException

        public MigrationException​(org.eclipse.emf.common.util.URI location,
                                  String message,
                                  Throwable cause)
        Constructor.
    • Method Detail

      • getLocation

        public org.eclipse.emf.common.util.URI getLocation()
        Return the location where the exception occurred.