Uses of Interface
org.eclipse.e4.ui.css.core.engine.CSSErrorHandler
Packages that use CSSErrorHandler
-
Uses of CSSErrorHandler in org.eclipse.e4.ui.css.core.engine
Methods in org.eclipse.e4.ui.css.core.engine that return CSSErrorHandlerModifier and TypeMethodDescriptionCSSEngine.getErrorHandler()
ReturnCSSErrorHandler
used to handles exception error.Methods in org.eclipse.e4.ui.css.core.engine with parameters of type CSSErrorHandlerModifier 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
Classes in org.eclipse.e4.ui.css.core.impl.engine that implement CSSErrorHandlerModifier and TypeClassDescriptionclass
Basic implementation for CSS Engine error handlers which print stack trace of the exception throwed.Fields in org.eclipse.e4.ui.css.core.impl.engine declared as CSSErrorHandlerMethods in org.eclipse.e4.ui.css.core.impl.engine that return CSSErrorHandlerMethods in org.eclipse.e4.ui.css.core.impl.engine with parameters of type CSSErrorHandlerModifier and TypeMethodDescriptionvoid
AbstractCSSEngine.setErrorHandler
(CSSErrorHandler errorHandler) Set the CSS Error Handler to manage exception.