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()ReturnCSSErrorHandlerused to handles exception error.Methods in org.eclipse.e4.ui.css.core.engine with parameters of type CSSErrorHandlerModifier and TypeMethodDescriptionvoidCSSEngine.setErrorHandler(CSSErrorHandler errorHandler) Register theCSSErrorHandlerused 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 TypeClassDescriptionclassBasic 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 TypeMethodDescriptionvoidAbstractCSSEngine.setErrorHandler(CSSErrorHandler errorHandler) Set the CSS Error Handler to manage exception.