Class DcsDiagnostic

  • All Implemented Interfaces:
    org.eclipse.emf.ecore.resource.Resource.Diagnostic

    public class DcsDiagnostic
    extends Object
    implements org.eclipse.emf.ecore.resource.Resource.Diagnostic
    Resource.Diagnostic for dcs resources
    • Constructor Detail

      • DcsDiagnostic

        public DcsDiagnostic​(org.eclipse.emf.common.util.URI uri,
                             Location location,
                             String message)
        Constructor
        Parameters:
        uri - actual URI of the resource with error, can be null
        location - Location of the error, can be null
        message - text describing issue, cannot be null
    • Method Detail

      • getColumn

        public int getColumn()
        Specified by:
        getColumn in interface org.eclipse.emf.ecore.resource.Resource.Diagnostic
      • getLine

        public int getLine()
        Specified by:
        getLine in interface org.eclipse.emf.ecore.resource.Resource.Diagnostic
      • getLocation

        public String getLocation()
        Specified by:
        getLocation in interface org.eclipse.emf.ecore.resource.Resource.Diagnostic
      • getMessage

        public String getMessage()
        Specified by:
        getMessage in interface org.eclipse.emf.ecore.resource.Resource.Diagnostic