Class DiagnosticException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.emf.common.util.DiagnosticException
All Implemented Interfaces:
Serializable

public class DiagnosticException extends Exception
A checked exception representing a diagnosed failure.

Diagnostic exceptions contain a diagnostic describing the cause of the exception.

See Also:
  • Constructor Details

    • DiagnosticException

      public DiagnosticException(Diagnostic diagnostic)
  • Method Details

    • getDiagnostic

      public final Diagnostic getDiagnostic()
    • toCoreException

      public static org.eclipse.core.runtime.CoreException toCoreException(DiagnosticException exception)