Uses of Class
gw.lang.reflect.IProvidesCustomErrorInfo.ErrorLevel
-
Packages that use IProvidesCustomErrorInfo.ErrorLevel Package Description gw.lang.reflect -
-
Uses of IProvidesCustomErrorInfo.ErrorLevel in gw.lang.reflect
Methods in gw.lang.reflect that return IProvidesCustomErrorInfo.ErrorLevel Modifier and Type Method Description IProvidesCustomErrorInfo.ErrorLevel
IProvidesCustomErrorInfo.CustomErrorInfo. getLevel()
static IProvidesCustomErrorInfo.ErrorLevel
IProvidesCustomErrorInfo.ErrorLevel. valueOf(String name)
Returns the enum constant of this type with the specified name.static IProvidesCustomErrorInfo.ErrorLevel[]
IProvidesCustomErrorInfo.ErrorLevel. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in gw.lang.reflect with parameters of type IProvidesCustomErrorInfo.ErrorLevel Constructor Description CustomErrorInfo(IProvidesCustomErrorInfo.ErrorLevel level, String msg, int start, int end)
-