public class DiagnosticException
extends java.lang.Exception
Diagnostic exceptions contain a diagnostic describing the cause of the exception.
Diagnostic,
Serialized Form| Constructor and Description |
|---|
DiagnosticException(Diagnostic diagnostic) |
| Modifier and Type | Method and Description |
|---|---|
Diagnostic |
getDiagnostic() |
static CoreException |
toCoreException(DiagnosticException exception) |
public DiagnosticException(Diagnostic diagnostic)
public final Diagnostic getDiagnostic()
public static CoreException toCoreException(DiagnosticException exception)
Copyright © 2018. Licensed under the Eclipse Public License v1.0. All rights reserved.
Submit a bug or feature