Uses of Enum Class
org.htmlunit.cssparser.parser.CSSException.ErrorCode
-
Uses of CSSException.ErrorCode in org.htmlunit.cssparser.parser
Modifier and TypeMethodDescriptionstatic CSSException.ErrorCode
Deprecated.Returns the enum constant of this class with the specified name.static CSSException.ErrorCode[]
CSSException.ErrorCode.values()
Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionDeprecated.CSSException
(CSSException.ErrorCode code, String message, Exception e) Deprecated.as of version 4.4.0; useCSSException(String, Exception)
instead
CSSException(String, Exception)
instead