com.vaadin.sass.internal.handler
Class SCSSErrorHandler
java.lang.Object
com.vaadin.sass.internal.handler.SCSSErrorHandler
- All Implemented Interfaces:
- org.w3c.css.sac.ErrorHandler
public class SCSSErrorHandler
- extends Object
- implements org.w3c.css.sac.ErrorHandler
|
Method Summary |
void |
error(org.w3c.css.sac.CSSParseException arg0)
|
void |
fatalError(org.w3c.css.sac.CSSParseException arg0)
|
void |
warning(org.w3c.css.sac.CSSParseException arg0)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SCSSErrorHandler
public SCSSErrorHandler()
error
public void error(org.w3c.css.sac.CSSParseException arg0)
throws org.w3c.css.sac.CSSException
- Specified by:
error in interface org.w3c.css.sac.ErrorHandler
- Throws:
org.w3c.css.sac.CSSException
fatalError
public void fatalError(org.w3c.css.sac.CSSParseException arg0)
throws org.w3c.css.sac.CSSException
- Specified by:
fatalError in interface org.w3c.css.sac.ErrorHandler
- Throws:
org.w3c.css.sac.CSSException
warning
public void warning(org.w3c.css.sac.CSSParseException arg0)
throws org.w3c.css.sac.CSSException
- Specified by:
warning in interface org.w3c.css.sac.ErrorHandler
- Throws:
org.w3c.css.sac.CSSException
Copyright © 2013–2014 Vaadin. All rights reserved.