public class DiagnosticException extends Exception
| Constructor and Description |
|---|
DiagnosticException(String message,
org.eclipse.emf.common.util.Diagnostic diagnostic)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.Diagnostic |
getDiagnostic()
Get the diagnostic.
|
String |
getMessage() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DiagnosticException(String message, org.eclipse.emf.common.util.Diagnostic diagnostic)
public String getMessage()
getMessage in class Throwablepublic org.eclipse.emf.common.util.Diagnostic getDiagnostic()
Copyright © 2020. All rights reserved.