public class DiagnosticException
extends java.lang.Exception
Diagnostic exceptions contain a diagnostic describing the cause of the exception.
Diagnostic
,
Serialized FormConstructor 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)