Package gw.lang.reflect
Class IProvidesCustomErrorInfo.CustomErrorInfo
- java.lang.Object
-
- gw.lang.reflect.IProvidesCustomErrorInfo.CustomErrorInfo
-
- Enclosing interface:
- IProvidesCustomErrorInfo
public static class IProvidesCustomErrorInfo.CustomErrorInfo extends Object
-
-
Constructor Summary
Constructors Constructor Description CustomErrorInfo(IProvidesCustomErrorInfo.ErrorLevel level, String msg, int start, int end)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getEnd()
IProvidesCustomErrorInfo.ErrorLevel
getLevel()
String
getMessage()
int
getStart()
-
-
-
Constructor Detail
-
CustomErrorInfo
public CustomErrorInfo(IProvidesCustomErrorInfo.ErrorLevel level, String msg, int start, int end)
-
-
Method Detail
-
getLevel
public IProvidesCustomErrorInfo.ErrorLevel getLevel()
-
getMessage
public String getMessage()
-
getStart
public int getStart()
-
getEnd
public int getEnd()
-
-