Uses of Interface
com.sun.xml.bind.v2.model.core.ErrorHandler

Packages that use ErrorHandler
com.sun.xml.bind.v2.model.annotation   
com.sun.xml.bind.v2.model.impl Implementation of the com.sun.xml.bind.j2s.model package. 
com.sun.xml.bind.v2.runtime Code that implements JAXBContext, Unmarshaller, and Marshaller. 
org.jvnet.jaxb.reflection   
 

Uses of ErrorHandler in com.sun.xml.bind.v2.model.annotation
 

Methods in com.sun.xml.bind.v2.model.annotation that return ErrorHandler
 ErrorHandler AbstractInlineAnnotationReaderImpl.getErrorHandler()
          Always return a non-null valid ErrorHandler
 

Methods in com.sun.xml.bind.v2.model.annotation with parameters of type ErrorHandler
 void 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 ErrorHandler
 void 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
static class IllegalAnnotationsException.Builder
           
 

Uses of ErrorHandler in org.jvnet.jaxb.reflection
 

Methods in org.jvnet.jaxb.reflection with parameters of type ErrorHandler
static
<T,C,F,M> TypeInfoSet<T,C,F,M>
JAXBModelFactory.create(AnnotationReader<T,C,F,M> reader, Navigator<T,C,F,M> navigator, ErrorHandler errorHandler, java.util.Collection<C> classes)
          Creates a new JAXB model from classes represented in arbitrary reflection library.
static RuntimeTypeInfoSet JAXBModelFactory.create(ErrorHandler errorHandler, java.lang.Class... classes)
          Creates a new JAXB model from classes represented in java.lang.reflect.
static RuntimeTypeInfoSet JAXBModelFactory.create(RuntimeAnnotationReader reader, ErrorHandler errorHandler, java.lang.Class... classes)
          Creates a new JAXB model from classes represented in java.lang.reflect.