Uses of Enum
gw.lang.reflect.IProvidesCustomErrorInfo.ErrorLevel
Packages that use IProvidesCustomErrorInfo.ErrorLevel
-
Uses of IProvidesCustomErrorInfo.ErrorLevel in gw.lang.reflect
Fields in gw.lang.reflect declared as IProvidesCustomErrorInfo.ErrorLevelModifier and TypeFieldDescription(package private) IProvidesCustomErrorInfo.ErrorLevelIProvidesCustomErrorInfo.CustomErrorInfo._levelMethods in gw.lang.reflect that return IProvidesCustomErrorInfo.ErrorLevelModifier and TypeMethodDescriptionIProvidesCustomErrorInfo.CustomErrorInfo.getLevel()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.ErrorLevelModifierConstructorDescriptionCustomErrorInfo(IProvidesCustomErrorInfo.ErrorLevel level, String msg, int start, int end)