public class FormatError extends Object
Modifier and Type | Class | Description |
---|---|---|
static class |
FormatError.Severity |
Classification of an error.
|
Modifier and Type | Method | 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 © 2018. All rights reserved.