public class ReplError extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
line
The line the error occured on.
|
String |
msg
The message of the error.
|
int |
numPairs
The number of pairs we have processed so far.
|
String |
txt
The text of the line we errored on.
|
Copyright © 2019. All rights reserved.