Uses of Interface
org.eclipse.e4.ui.css.core.engine.CSSErrorHandler
-
Uses of CSSErrorHandler in org.eclipse.e4.ui.css.core.engine
Modifier and TypeMethodDescriptionCSSEngine.getErrorHandler()
ReturnCSSErrorHandler
used to handles exception error.Modifier and TypeMethodDescriptionvoid
CSSEngine.setErrorHandler
(CSSErrorHandler errorHandler) Register theCSSErrorHandler
used to handles exception error. -
Uses of CSSErrorHandler in org.eclipse.e4.ui.css.core.impl.engine
Modifier and TypeClassDescriptionclass
Basic implementation for CSS Engine error handlers which print stack trace of the exception throwed.Modifier and TypeMethodDescriptionvoid
AbstractCSSEngine.setErrorHandler
(CSSErrorHandler errorHandler) Set the CSS Error Handler to manage exception.