Class MoxelDiagnostic
java.lang.Object
com._1c.g5.v8.dt.moxel.validation.MoxelDiagnostic
- All Implemented Interfaces:
- org.eclipse.emf.ecore.resource.Resource.Diagnostic
public class MoxelDiagnostic
extends Object
implements org.eclipse.emf.ecore.resource.Resource.Diagnostic
Resource.Diagnostic for moxel resources- 
Constructor SummaryConstructorsConstructorDescriptionMoxelDiagnostic(String message, org.eclipse.emf.common.util.URI location, int line, int column) Constructor
- 
Method Summary
- 
Constructor Details- 
MoxelDiagnosticpublic MoxelDiagnostic(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
 
 
-