Uses of Enum
org.wildfly.glow.error.ErrorLevel
Packages that use ErrorLevel
-
Uses of ErrorLevel in org.wildfly.glow.error
Methods in org.wildfly.glow.error that return ErrorLevelModifier and TypeMethodDescriptionIdentifiedError.getErrorLevel()static ErrorLevelReturns the enum constant of this type with the specified name.static ErrorLevel[]ErrorLevel.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.wildfly.glow.error with parameters of type ErrorLevelModifierConstructorDescriptionIdentifiedError(String id, String description, ErrorLevel errorLevel)