Uses of Class
org.idpf.epubcheck.util.css.CssExceptions.CssErrorCode
-
Packages that use CssExceptions.CssErrorCode Package Description org.idpf.epubcheck.util.css -
-
Uses of CssExceptions.CssErrorCode in org.idpf.epubcheck.util.css
Fields in org.idpf.epubcheck.util.css declared as CssExceptions.CssErrorCode Modifier and Type Field Description (package private) CssExceptions.CssErrorCodeCssExceptions.CssException. errorCodeMethods in org.idpf.epubcheck.util.css that return CssExceptions.CssErrorCode Modifier and Type Method Description CssExceptions.CssErrorCodeCssExceptions.CssException. getErrorCode()static CssExceptions.CssErrorCodeCssExceptions.CssErrorCode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CssExceptions.CssErrorCode[]CssExceptions.CssErrorCode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.idpf.epubcheck.util.css with parameters of type CssExceptions.CssErrorCode Modifier and Type Method Description (package private) voidCssToken.TokenBuilder. error(CssExceptions.CssErrorCode errorCode, CssReader reader, java.lang.Object... arguments)All lexer-time errors are funnelled through this method.Constructors in org.idpf.epubcheck.util.css with parameters of type CssExceptions.CssErrorCode Constructor Description CssException(CssExceptions.CssErrorCode errorCode, CssLocation location, java.util.Locale locale, java.lang.Object... arguments)CssException(CssToken token, CssExceptions.CssErrorCode errorCode, CssLocation location, java.util.Locale locale, java.lang.Object... arguments)CssGrammarException(CssExceptions.CssErrorCode errorCode, CssLocation location, java.util.Locale locale, java.lang.Object... arguments)CssScannerException(CssExceptions.CssErrorCode errorCode, CssLocation location, java.util.Locale locale, java.lang.Object... arguments)CssScannerException(CssToken token, CssExceptions.CssErrorCode errorCode, CssLocation location, java.util.Locale locale, java.lang.Object... arguments)
-