Uses of Class
org.glassfish.jaxb.core.v2.runtime.IllegalAnnotationException
-
Packages that use IllegalAnnotationException Package Description org.glassfish.jaxb.core.v2.model.core The in-memory model of the JAXB-bound beans.org.glassfish.jaxb.runtime.v2.model.impl Implementation of the org.glassfish.jaxb.j2s.model package.org.glassfish.jaxb.runtime.v2.runtime Code that implements JAXBContext, Unmarshaller, and Marshaller. -
-
Uses of IllegalAnnotationException in org.glassfish.jaxb.core.v2.model.core
Methods in org.glassfish.jaxb.core.v2.model.core with parameters of type IllegalAnnotationException Modifier and Type Method Description voidErrorHandler. error(IllegalAnnotationException e)Receives a notification for an error in the annotated code. -
Uses of IllegalAnnotationException in org.glassfish.jaxb.runtime.v2.model.impl
Methods in org.glassfish.jaxb.runtime.v2.model.impl with parameters of type IllegalAnnotationException Modifier and Type Method Description voidModelBuilder. reportError(IllegalAnnotationException e)Methods in org.glassfish.jaxb.runtime.v2.model.impl that throw IllegalAnnotationException Modifier and Type Method Description protected org.glassfish.jaxb.runtime.v2.model.impl.ElementInfoImpl<T,C,F,M>ModelBuilder. createElementInfo(org.glassfish.jaxb.runtime.v2.model.impl.RegistryInfoImpl<T,C,F,M> registryInfo, M m)org.glassfish.jaxb.runtime.v2.model.impl.RuntimeElementInfoImplRuntimeModelBuilder. createElementInfo(org.glassfish.jaxb.runtime.v2.model.impl.RegistryInfoImpl<Type,Class,Field,Method> registryInfo, Method method) -
Uses of IllegalAnnotationException in org.glassfish.jaxb.runtime.v2.runtime
Methods in org.glassfish.jaxb.runtime.v2.runtime that return types with arguments of type IllegalAnnotationException Modifier and Type Method Description List<IllegalAnnotationException>IllegalAnnotationsException. getErrors()Returns a read-only list ofIllegalAnnotationExceptions wrapped in this exception.Methods in org.glassfish.jaxb.runtime.v2.runtime with parameters of type IllegalAnnotationException Modifier and Type Method Description voidIllegalAnnotationsException.Builder. error(IllegalAnnotationException e)Constructor parameters in org.glassfish.jaxb.runtime.v2.runtime with type arguments of type IllegalAnnotationException Constructor Description IllegalAnnotationsException(List<IllegalAnnotationException> errors)
-