public class FormatError extends Object
Modifier and Type | Class and Description |
---|---|
static class |
FormatError.Severity
Classification of an error.
|
Modifier and Type | Method and Description |
---|---|
byte[] |
getBuffer() |
String |
getLineText() |
String |
getMessage() |
int |
getOffset() |
FormatError.Severity |
getSeverity() |
String |
toString() |
public FormatError.Severity getSeverity()
public String getMessage()
public byte[] getBuffer()
public int getOffset()
getBuffer()
where the error ispublic String getLineText()
Copyright © 2017 Eclipse JGit Project. All rights reserved.