|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IllegalAnnotationException | |
---|---|
com.sun.xml.bind.v2.model.core | The in-memory model of the JAXB-bound beans. |
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. |
Uses of IllegalAnnotationException in com.sun.xml.bind.v2.model.core |
---|
Methods in com.sun.xml.bind.v2.model.core with parameters of type IllegalAnnotationException | |
---|---|
void |
ErrorHandler.error(IllegalAnnotationException e)
Receives a notification for an error in the annotated code. |
Uses of IllegalAnnotationException in com.sun.xml.bind.v2.model.impl |
---|
Methods in com.sun.xml.bind.v2.model.impl with parameters of type IllegalAnnotationException | |
---|---|
void |
ModelBuilder.reportError(IllegalAnnotationException e)
|
Methods in com.sun.xml.bind.v2.model.impl that throw IllegalAnnotationException | |
---|---|
protected ElementInfoImpl<T,C,F,M> |
ModelBuilder.createElementInfo(RegistryInfoImpl<T,C,F,M> registryInfo,
M m)
|
RuntimeElementInfoImpl |
RuntimeModelBuilder.createElementInfo(RegistryInfoImpl<Type,Class,Field,Method> registryInfo,
Method method)
|
Constructors in com.sun.xml.bind.v2.model.impl that throw IllegalAnnotationException | |
---|---|
ElementInfoImpl(ModelBuilder<T,C,F,M> builder,
RegistryInfoImpl<T,C,F,M> registry,
M m)
|
|
RuntimeElementInfoImpl(RuntimeModelBuilder modelBuilder,
RegistryInfoImpl registry,
Method method)
|
Uses of IllegalAnnotationException in com.sun.xml.bind.v2.runtime |
---|
Methods in com.sun.xml.bind.v2.runtime that return types with arguments of type IllegalAnnotationException | |
---|---|
List<IllegalAnnotationException> |
IllegalAnnotationsException.getErrors()
Returns a read-only list of IllegalAnnotationException s
wrapped in this exception. |
Methods in com.sun.xml.bind.v2.runtime with parameters of type IllegalAnnotationException | |
---|---|
void |
IllegalAnnotationsException.Builder.error(IllegalAnnotationException e)
|
Constructor parameters in com.sun.xml.bind.v2.runtime with type arguments of type IllegalAnnotationException | |
---|---|
IllegalAnnotationsException(List<IllegalAnnotationException> errors)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |