Package com._1c.g5.v8.dt.ws.resource
Class WSDefinitionDiagnostic
- java.lang.Object
- 
- com._1c.g5.v8.dt.ws.resource.WSDefinitionDiagnostic
 
- 
- All Implemented Interfaces:
- org.eclipse.emf.ecore.resource.Resource.Diagnostic
 
 public class WSDefinitionDiagnostic extends Object implements org.eclipse.emf.ecore.resource.Resource.Diagnostic Resource.Diagnosticfor WSDefinition resources
- 
- 
Constructor SummaryConstructors Constructor Description WSDefinitionDiagnostic(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- 
WSDefinitionDiagnosticpublic WSDefinitionDiagnostic(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
 
 
- 
 
-