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.Diagnostic for xdto resources- 
Constructor SummaryConstructorsConstructorDescriptionXdtoDiagnostic(String message, org.eclipse.emf.common.util.URI location, int line, int column) Constructor
- 
Method Summary
- 
Constructor Details- 
XdtoDiagnosticpublic XdtoDiagnostic(String message, org.eclipse.emf.common.util.URI location, int line, int column) Constructor- Parameters:
- message- error message, can't be- null
- location- actual location, usually it's- URI, can't be- null
- line- line number in file corresponding to the error
- column- column number in file corresponding to the error
 
 
- 
- 
Method Details- 
getMessage- Specified by:
- getMessagein interface- org.eclipse.emf.ecore.resource.Resource.Diagnostic
 
- 
getLocation- Specified by:
- getLocationin interface- org.eclipse.emf.ecore.resource.Resource.Diagnostic
 
- 
getLinepublic int getLine()- Specified by:
- getLinein interface- org.eclipse.emf.ecore.resource.Resource.Diagnostic
 
- 
getColumnpublic int getColumn()- Specified by:
- getColumnin interface- org.eclipse.emf.ecore.resource.Resource.Diagnostic
 
 
-