Package org.wso2.maven.reporter
Class SyntaxError
- java.lang.Object
-
- org.eclipse.lsp4j.Diagnostic
-
- org.wso2.maven.reporter.SyntaxError
-
public class SyntaxError extends org.eclipse.lsp4j.Diagnostic
-
-
Constructor Summary
Constructors Constructor Description SyntaxError(String filePath, org.eclipse.lsp4j.Diagnostic diagnostic)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFilePath()voidsetFilePath(String filePath)StringtoErrorMessage()-
Methods inherited from class org.eclipse.lsp4j.Diagnostic
equals, getCode, getCodeDescription, getData, getMessage, getRange, getRelatedInformation, getSeverity, getSource, getTags, hashCode, setCode, setCode, setCode, setCodeDescription, setData, setMessage, setRange, setRelatedInformation, setSeverity, setSource, setTags, toString
-
-