| Package | Description |
|---|---|
| org.htmlunit.cssparser.parser |
Package org.htmlunit.cssparser.parser.
|
| Modifier and Type | Method and Description |
|---|---|
static CSSException.ErrorCode |
CSSException.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.
|
| Constructor and Description |
|---|
CSSException(CSSException.ErrorCode code)
Deprecated.
as of version 4.4.0; use
CSSException(String, Exception) instead |
CSSException(CSSException.ErrorCode code,
String message,
Exception e)
Deprecated.
as of version 4.4.0; use
CSSException(String, Exception) instead |
Copyright © 2025 HtmlUnit. All rights reserved.