public class SassErrHandler
extends com.vaadin.sass.internal.handler.SCSSErrorHandler
| Constructor and Description |
|---|
SassErrHandler(org.slf4j.Logger log) |
| Modifier and Type | Method and Description |
|---|---|
void |
error(org.w3c.css.sac.CSSParseException err) |
void |
fatalError(org.w3c.css.sac.CSSParseException err) |
void |
validate() |
void |
warning(org.w3c.css.sac.CSSParseException err) |
public void warning(org.w3c.css.sac.CSSParseException err)
throws org.w3c.css.sac.CSSException
warning in interface org.w3c.css.sac.ErrorHandlerwarning in class com.vaadin.sass.internal.handler.SCSSErrorHandlerorg.w3c.css.sac.CSSExceptionpublic void error(org.w3c.css.sac.CSSParseException err)
throws org.w3c.css.sac.CSSException
error in interface org.w3c.css.sac.ErrorHandlererror in class com.vaadin.sass.internal.handler.SCSSErrorHandlerorg.w3c.css.sac.CSSExceptionpublic void fatalError(org.w3c.css.sac.CSSParseException err)
throws org.w3c.css.sac.CSSException
fatalError in interface org.w3c.css.sac.ErrorHandlerfatalError in class com.vaadin.sass.internal.handler.SCSSErrorHandlerorg.w3c.css.sac.CSSExceptionpublic void validate()
Copyright © 2015. All rights reserved.