Searched refs:IllegalAnnotationsException (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/
H A DIllegalAnnotationsException.java47 public class IllegalAnnotationsException extends JAXBException { class in inherits:JAXBException
52 public IllegalAnnotationsException(List<IllegalAnnotationException> errors) { method in class:IllegalAnnotationsException
88 public void check() throws IllegalAnnotationsException {
91 throw new IllegalAnnotationsException(list);
H A DJAXBContextImpl.java417 } catch (IllegalAnnotationsException e) {
426 public RuntimeTypeInfoSet getTypeInfoSet() throws IllegalAnnotationsException {
437 IllegalAnnotationsException.Builder errorHandler = new IllegalAnnotationsException.Builder();
845 } catch (IllegalAnnotationsException e) {
887 } catch (IllegalAnnotationsException e) {

Completed in 32 milliseconds