Uses of Enum Class
org.idpf.epubcheck.util.css.CssExceptions.CssErrorCode
Packages that use CssExceptions.CssErrorCode
-
Uses of CssExceptions.CssErrorCode in org.idpf.epubcheck.util.css
Subclasses with type arguments of type CssExceptions.CssErrorCode in org.idpf.epubcheck.util.cssFields in org.idpf.epubcheck.util.css declared as CssExceptions.CssErrorCodeModifier and TypeFieldDescription(package private) final CssExceptions.CssErrorCodeCssExceptions.CssException.errorCodeMethods in org.idpf.epubcheck.util.css that return CssExceptions.CssErrorCodeModifier and TypeMethodDescriptionCssExceptions.CssException.getErrorCode()static CssExceptions.CssErrorCodeReturns the enum constant of this class with the specified name.static CssExceptions.CssErrorCode[]CssExceptions.CssErrorCode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.idpf.epubcheck.util.css with parameters of type CssExceptions.CssErrorCodeModifier and TypeMethodDescription(package private) voidCssToken.TokenBuilder.error(CssExceptions.CssErrorCode errorCode, CssReader reader, Object... arguments) All lexer-time errors are funnelled through this method.Constructors in org.idpf.epubcheck.util.css with parameters of type CssExceptions.CssErrorCodeModifierConstructorDescription(package private)CssException(CssExceptions.CssErrorCode errorCode, CssLocation location, Locale locale, Object... arguments) (package private)CssException(CssToken token, CssExceptions.CssErrorCode errorCode, CssLocation location, Locale locale, Object... arguments) (package private)CssGrammarException(CssExceptions.CssErrorCode errorCode, CssLocation location, Locale locale, Object... arguments) (package private)CssScannerException(CssExceptions.CssErrorCode errorCode, CssLocation location, Locale locale, Object... arguments) (package private)CssScannerException(CssToken token, CssExceptions.CssErrorCode errorCode, CssLocation location, Locale locale, Object... arguments)