public class SyntaxErrorMessage extends Object
ISyntaxErrorMessageProvider| Constructor and Description |
|---|
SyntaxErrorMessage(String message,
String issueCode) |
SyntaxErrorMessage(String message,
String issueCode,
String[] issueData) |
public SyntaxErrorMessage(String message, String issueCode, String[] issueData)
message - the error message. May not be null.issueCode - the issue code used to associate quick fixes with this error. May be null.issueData - the issue data. Be careful to not modify the array after passing it to the
constructor since it will not create a pessimistic copy. May be null.public String getIssueCode()
null.public String getMessage()
null.public String[] getIssueData()
null. Callers should not modify the array since it is
no pessimistic copy.Copyright © 2015. All Rights Reserved.