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 Summary
ConstructorsConstructorDescriptionMoxelDiagnostic
(String message, org.eclipse.emf.common.util.URI location, int line, int column) Constructor -
Method Summary
-
Constructor Details
-
MoxelDiagnostic
public MoxelDiagnostic(String message, org.eclipse.emf.common.util.URI location, int line, int column) Constructor- Parameters:
message
- error message, can't benull
location
- actual location, usually it'sURI
, can't benull
line
- line number in file corresponding to the errorcolumn
- column number in file corresponding to the error
-
-
Method Details
-
getMessage
- Specified by:
getMessage
in interfaceorg.eclipse.emf.ecore.resource.Resource.Diagnostic
-
getLocation
- Specified by:
getLocation
in interfaceorg.eclipse.emf.ecore.resource.Resource.Diagnostic
-
getLine
public int getLine()- Specified by:
getLine
in interfaceorg.eclipse.emf.ecore.resource.Resource.Diagnostic
-
getColumn
public int getColumn()- Specified by:
getColumn
in interfaceorg.eclipse.emf.ecore.resource.Resource.Diagnostic
-