Package com.helger.css.reader.errorhandler
-
Interface Summary Interface Description ICSSInterpretErrorHandler Special CSS error handler that is invoked during interpretation of a parsed CSS.ICSSParseErrorHandler Special CSS handler that is invoked during reading in case of a recoverable errors. -
Class Summary Class Description CollectingCSSParseErrorHandler A collecting implementation ofICSSParseErrorHandler.CSSParseError This item contains a single CSSparsing error.DoNothingCSSInterpretErrorHandler An implementation ofICSSInterpretErrorHandlerthat does nothing.DoNothingCSSParseErrorHandler An implementation ofICSSParseErrorHandlerthat does nothing.LoggingCSSInterpretErrorHandler A logging implementation ofICSSInterpretErrorHandler.LoggingCSSParseErrorHandler A logging implementation ofICSSParseErrorHandler.ThrowingCSSParseErrorHandler An implementation ofICSSParseErrorHandlerthat throws aParseException.