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()
Get the byte buffer holding the patch script.
|
String |
getLineText()
Get line of the patch script the error appears on.
|
String |
getMessage()
Get a message describing the error.
|
int |
getOffset()
Get byte offset within
getBuffer() where the error is. |
FormatError.Severity |
getSeverity()
Get the severity of the error.
|
String |
toString() |
public FormatError.Severity getSeverity()
public String getMessage()
public byte[] getBuffer()
public int getOffset()
getBuffer()
where the error is.getBuffer()
where the error is.public String getLineText()
Copyright © 2017 Eclipse JGit Project. All rights reserved.