Class ThrowingCSSParseErrorHandler

java.lang.Object
com.helger.css.reader.errorhandler.ThrowingCSSParseErrorHandler
All Implemented Interfaces:
ICSSParseErrorHandler

@Immutable public class ThrowingCSSParseErrorHandler extends Object implements ICSSParseErrorHandler
An implementation of ICSSParseErrorHandler that throws a ParseException. So in case a recoverable error occurs, a new ParseException is thrown. This is the most strict implementation of ICSSParseErrorHandler.
Author:
Philip Helger