Uses of Interface
com.sun.xml.bind.v2.model.core.ErrorHandler
Packages that use ErrorHandler
Package
Description
Abstraction around reading annotations, to support internal/external annotations.
Implementation of the com.sun.xml.bind.j2s.model package.
Code that implements JAXBContext, Unmarshaller, and Marshaller.
-
Uses of ErrorHandler in com.sun.xml.bind.v2.model.annotation
Methods in com.sun.xml.bind.v2.model.annotation that return ErrorHandlerModifier and TypeMethodDescriptionfinal ErrorHandler
AbstractInlineAnnotationReaderImpl.getErrorHandler()
Always return a non-null validErrorHandler
Methods in com.sun.xml.bind.v2.model.annotation with parameters of type ErrorHandlerModifier and TypeMethodDescriptionvoid
AbstractInlineAnnotationReaderImpl.setErrorHandler
(ErrorHandler errorHandler) void
AnnotationReader.setErrorHandler
(ErrorHandler errorHandler) Sets the error handler that receives errors found during reading annotations. -
Uses of ErrorHandler in com.sun.xml.bind.v2.model.impl
Methods in com.sun.xml.bind.v2.model.impl with parameters of type ErrorHandlerModifier and TypeMethodDescriptionvoid
ModelBuilder.setErrorHandler
(ErrorHandler errorHandler) Sets the error handler that receives errors discovered during the model building. -
Uses of ErrorHandler in com.sun.xml.bind.v2.runtime
Classes in com.sun.xml.bind.v2.runtime that implement ErrorHandler