Uses of Interface
org.apache.commons.jxpath.ExceptionHandler
Packages that use ExceptionHandler
Package
Description
Public, abstract part of JXPath: interfaces and configuration.
Reference implementation of JXPath.
Implementation of "model" APIs for Containers.
-
Uses of ExceptionHandler in org.apache.commons.jxpath
Methods in org.apache.commons.jxpath with parameters of type ExceptionHandlerModifier and TypeMethodDescriptionvoid
JXPathContext.setExceptionHandler
(ExceptionHandler exceptionHandler) Sets the ExceptionHandler used by this context, if any. -
Uses of ExceptionHandler in org.apache.commons.jxpath.ri
Methods in org.apache.commons.jxpath.ri with parameters of type ExceptionHandlerModifier and TypeMethodDescriptionvoid
JXPathContextReferenceImpl.setExceptionHandler
(ExceptionHandler exceptionHandler) Sets the ExceptionHandler used by this context, if any. -
Uses of ExceptionHandler in org.apache.commons.jxpath.ri.model
Methods in org.apache.commons.jxpath.ri.model with parameters of type ExceptionHandlerModifier and TypeMethodDescriptionvoid
NodePointer.setExceptionHandler
(ExceptionHandler exceptionHandler) Sets the exceptionHandler of this NodePointer.