Class XdtoDiagnostic
- java.lang.Object
-
- com._1c.g5.v8.dt.xdto.model.resource.XdtoDiagnostic
-
- All Implemented Interfaces:
org.eclipse.emf.ecore.resource.Resource.Diagnostic
public class XdtoDiagnostic extends Object implements org.eclipse.emf.ecore.resource.Resource.Diagnostic
Resource.Diagnosticfor xdto resources
-
-
Constructor Summary
Constructors Constructor Description XdtoDiagnostic(String message, org.eclipse.emf.common.util.URI location, int line, int column)Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetColumn()intgetLine()StringgetLocation()StringgetMessage()
-
-
-
Constructor Detail
-
XdtoDiagnostic
public XdtoDiagnostic(String message, org.eclipse.emf.common.util.URI location, int line, int column)
Constructor- Parameters:
message- error message, can't benulllocation- actual location, usually it'sURI, can't benullline- line number in file corresponding to the errorcolumn- column number in file corresponding to the error
-
-
Method Detail
-
getMessage
public String getMessage()
- Specified by:
getMessagein interfaceorg.eclipse.emf.ecore.resource.Resource.Diagnostic
-
getLocation
public String getLocation()
- Specified by:
getLocationin interfaceorg.eclipse.emf.ecore.resource.Resource.Diagnostic
-
getLine
public int getLine()
- Specified by:
getLinein interfaceorg.eclipse.emf.ecore.resource.Resource.Diagnostic
-
getColumn
public int getColumn()
- Specified by:
getColumnin interfaceorg.eclipse.emf.ecore.resource.Resource.Diagnostic
-
-