public class ErrorMsg extends Object
Modifier and Type | Field and Description |
---|---|
private int |
length |
private int |
line |
private String |
msg |
private String |
name |
private int |
start |
Constructor and Description |
---|
ErrorMsg(String name,
String msg,
int start,
int length,
int line) |
Modifier and Type | Method and Description |
---|---|
int |
getLength() |
int |
getLine() |
String |
getMsg() |
int |
getStart() |
String |
toString() |
Copyright © 2017. All rights reserved.