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
Fields in org.htmlunit.cssparser.parser declared as CSSException.ErrorCode Modifier and Type Field Description private CSSException.ErrorCode
CSSException. code_
Methods in org.htmlunit.cssparser.parser that return CSSException.ErrorCode Modifier and Type Method Description CSSException.ErrorCode
CSSException. getCode()
static CSSException.ErrorCode
CSSException.ErrorCode. valueOf(java.lang.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.Constructors in org.htmlunit.cssparser.parser with parameters of type CSSException.ErrorCode Constructor Description CSSException(CSSException.ErrorCode code)
Creates a new CSSException with a specific code.CSSException(CSSException.ErrorCode code, java.lang.String message, java.lang.Exception e)
Creates a new CSSException with an embeded exception and a specified message.
-