Uses of Interface
com.mxgraph.util.svg.ErrorHandler
Packages that use ErrorHandler
-
Uses of ErrorHandler in com.mxgraph.util.svg
Classes in com.mxgraph.util.svg that implement ErrorHandlerModifier and TypeClassDescriptionclassThis class provides a default implementation of ErrorHandler.Fields in com.mxgraph.util.svg declared as ErrorHandlerModifier and TypeFieldDescriptionprotected ErrorHandlerAbstractParser.errorHandlerThe error handler.Methods in com.mxgraph.util.svg with parameters of type ErrorHandlerModifier and TypeMethodDescriptionvoidAbstractParser.setErrorHandler(ErrorHandler handler) Allow an application to register an error event handler.voidParser.setErrorHandler(ErrorHandler handler) Allows an application to register an error event handler.