Package com._1c.g5.v8.dt.moxel.util
Class MoxelDiagnostic
- java.lang.Object
- 
- com._1c.g5.v8.dt.moxel.util.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.Diagnosticfor moxel resources
- 
- 
Constructor SummaryConstructors Constructor Description MoxelDiagnostic(String message, org.eclipse.emf.common.util.URI location, int line, int column)Constructor
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetColumn()intgetLine()StringgetLocation()StringgetMessage()
 
- 
- 
- 
Constructor Detail- 
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 Detail- 
getMessagepublic String getMessage() - Specified by:
- getMessagein interface- org.eclipse.emf.ecore.resource.Resource.Diagnostic
 
 - 
getLocationpublic String 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
 
 
- 
 
-