Uses of Class
org.htmlunit.cssparser.parser.CSSException.ErrorCode
-
Packages that use CSSException.ErrorCode Package Description org.htmlunit.cssparser.parser Package org.htmlunit.cssparser.parser. -
-
Uses of CSSException.ErrorCode in org.htmlunit.cssparser.parser
Methods in org.htmlunit.cssparser.parser that return CSSException.ErrorCode Modifier and Type Method Description static CSSException.ErrorCodeCSSException.ErrorCode. valueOf(String name)Deprecated.Returns the enum constant of this type with the specified name.static CSSException.ErrorCode[]CSSException.ErrorCode. values()Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.htmlunit.cssparser.parser with parameters of type CSSException.ErrorCode Constructor Description CSSException(CSSException.ErrorCode code)Deprecated.as of version 4.4.0; useCSSException(String, Exception)insteadCSSException(CSSException.ErrorCode code, String message, Exception e)Deprecated.as of version 4.4.0; useCSSException(String, Exception)instead
-