public class CompileError extends Object
If possible, it contains the source line and the exact position along with the error message to assist in fixing the recorded error.
| Constructor and Description |
|---|
CompileError(parsii.tokenizer.ParseError error,
String line)
Creates a new compile error.
|
| Modifier and Type | Method and Description |
|---|---|
parsii.tokenizer.ParseError |
getError()
Returns the underlying parse error.
|
String |
getLine()
Returns the line within the source code where the error occured.
|
String |
toString() |
public parsii.tokenizer.ParseError getError()
@Nullable public String getLine()
Copyright © 2018. All rights reserved.