public static class IProvidesCustomErrorInfo.CustomErrorInfo extends Object
| Constructor and Description |
|---|
CustomErrorInfo(IProvidesCustomErrorInfo.ErrorLevel level,
String msg,
int start,
int end) |
| Modifier and Type | Method and Description |
|---|---|
int |
getEnd() |
IProvidesCustomErrorInfo.ErrorLevel |
getLevel() |
String |
getMessage() |
int |
getStart() |
public CustomErrorInfo(IProvidesCustomErrorInfo.ErrorLevel level, String msg, int start, int end)
public IProvidesCustomErrorInfo.ErrorLevel getLevel()
public String getMessage()
public int getStart()
public int getEnd()
Copyright © 2017. All rights reserved.