Package org.idpf.epubcheck.util.css
Interface CssErrorHandler
-
- All Known Implementing Classes:
CSSHandler,ForgivingErrorHandler
public interface CssErrorHandlerErrorHandler interface for CssParser.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiderror(CssExceptions.CssException e)Receive notification of an error in the CSS syntax.
-
-
-
Method Detail
-
error
void error(CssExceptions.CssException e) throws CssExceptions.CssException
Receive notification of an error in the CSS syntax.- Parameters:
e- CSSException- Throws:
CssExceptions.CssException
-
-