Class DiagnosticException

  • All Implemented Interfaces:
    Serializable

    public class DiagnosticException
    extends Exception
    Exception that encapsulates constraint violations.
    Since:
    1.1
    Version:
    $Rev$
    Author:
    herrmama, $Author$
    See Also:
    Serialized Form
    • Constructor Detail

      • DiagnosticException

        public DiagnosticException​(String message,
                                   org.eclipse.emf.common.util.Diagnostic diagnostic)
        Constructor.
    • Method Detail

      • getDiagnostic

        public org.eclipse.emf.common.util.Diagnostic getDiagnostic()
        Get the diagnostic.