| Package | Description |
|---|---|
| com.gargoylesoftware.css.parser |
Package com.gargoylesoftware.css.parser.
|
| Modifier and Type | Method and Description |
|---|---|
CSSException.ErrorCode |
CSSException.getCode() |
static CSSException.ErrorCode |
CSSException.ErrorCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CSSException.ErrorCode[] |
CSSException.ErrorCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
CSSException(CSSException.ErrorCode code)
Creates a new CSSException with a specific code.
|
CSSException(CSSException.ErrorCode code,
String message,
Exception e)
Creates a new CSSException with an embeded exception and a specified
message.
|
Copyright © 2021. All rights reserved.