Uses of Enum
org.htmlunit.cssparser.parser.CSSException.ErrorCode
Packages that use CSSException.ErrorCode
-
Uses of CSSException.ErrorCode in org.htmlunit.cssparser.parser
Fields in org.htmlunit.cssparser.parser declared as CSSException.ErrorCodeMethods in org.htmlunit.cssparser.parser that return CSSException.ErrorCodeModifier and TypeMethodDescriptionCSSException.getCode()
static CSSException.ErrorCode
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.ErrorCodeModifierConstructorDescriptionCreates 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.