public class MigrationException extends Exception
| Constructor and Description |
|---|
MigrationException(String message,
Throwable cause)
Constructor.
|
MigrationException(Throwable cause)
Constructor.
|
MigrationException(org.eclipse.emf.common.util.URI location,
String message,
Throwable cause)
Constructor.
|
MigrationException(org.eclipse.emf.common.util.URI location,
Throwable cause)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.URI |
getLocation()
Return the location where the exception occurred.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2020. All rights reserved.