Searched refs:IllegalAnnotationException (Results 1 - 23 of 23) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/txw2/
H A DIllegalAnnotationException.java33 public class IllegalAnnotationException extends TxwException { class in inherits:TxwException
34 public IllegalAnnotationException(String message) { method in class:IllegalAnnotationException
38 public IllegalAnnotationException(Throwable cause) { method in class:IllegalAnnotationException
42 public IllegalAnnotationException(String message, Throwable cause) { method in class:IllegalAnnotationException
H A DContainerElement.java132 throw new IllegalAnnotationException(method.toString());
139 throw new IllegalAnnotationException(method.toString());
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/core/
H A DErrorHandler.java29 import com.sun.xml.internal.bind.v2.runtime.IllegalAnnotationException;
42 * {@link IllegalAnnotationException} is a checked exception to remind
52 void error( IllegalAnnotationException e );
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/
H A DIllegalAnnotationsException.java38 * A list of {@link IllegalAnnotationException} wrapped in one exception.
48 private final List<IllegalAnnotationException> errors;
52 public IllegalAnnotationsException(List<IllegalAnnotationException> errors) {
55 this.errors = Collections.unmodifiableList(new ArrayList<IllegalAnnotationException>(errors));
62 for( IllegalAnnotationException error : errors )
69 * Returns a read-only list of {@link IllegalAnnotationException}s
75 public List<IllegalAnnotationException> getErrors() {
80 private final List<IllegalAnnotationException> list = new ArrayList<IllegalAnnotationException>();
81 public void error(IllegalAnnotationException
[all...]
H A DIllegalAnnotationException.java44 public class IllegalAnnotationException extends JAXBException { class in inherits:JAXBException
53 public IllegalAnnotationException(String message, Locatable src) { method in class:IllegalAnnotationException
58 public IllegalAnnotationException(String message, Annotation src) { method in class:IllegalAnnotationException
62 public IllegalAnnotationException(String message, Locatable src1, Locatable src2) { method in class:IllegalAnnotationException
67 public IllegalAnnotationException(String message, Annotation src1, Annotation src2) { method in class:IllegalAnnotationException
71 public IllegalAnnotationException(String message, Annotation src1, Locatable src2) { method in class:IllegalAnnotationException
75 public IllegalAnnotationException(String message, Throwable cause, Locatable src) { method in class:IllegalAnnotationException
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/impl/
H A DERPropertyInfoImpl.java31 import com.sun.xml.internal.bind.v2.runtime.IllegalAnnotationException;
51 classInfo.builder.reportError(new IllegalAnnotationException(
H A DRegistryInfoImpl.java38 import com.sun.xml.internal.bind.v2.runtime.IllegalAnnotationException;
73 builder.reportError(new IllegalAnnotationException(
99 } catch (IllegalAnnotationException e) {
H A DSingleTypePropertyInfoImpl.java38 import com.sun.xml.internal.bind.v2.runtime.IllegalAnnotationException;
92 parent.builder.reportError(new IllegalAnnotationException(
99 parent.builder.reportError(new IllegalAnnotationException(
H A DArrayInfoImpl.java36 import com.sun.xml.internal.bind.v2.runtime.IllegalAnnotationException;
67 builder.reportError(new IllegalAnnotationException(Messages.ANONYMOUS_ARRAY_ITEM.format(
H A DUtil.java38 import com.sun.xml.internal.bind.v2.runtime.IllegalAnnotationException;
87 builder.reportError(new IllegalAnnotationException(
H A DClassInfoImpl.java81 import com.sun.xml.internal.bind.v2.runtime.IllegalAnnotationException;
188 builder.reportError(new IllegalAnnotationException(
196 builder.reportError(new IllegalAnnotationException(
199 builder.reportError(new IllegalAnnotationException(
328 builder.reportError(new IllegalAnnotationException(
333 builder.reportError(new IllegalAnnotationException(
347 builder.reportError(new IllegalAnnotationException(
372 builder.reportError(new IllegalAnnotationException(
484 builder.reportError(new IllegalAnnotationException(
501 builder.reportError(new IllegalAnnotationException(
[all...]
H A DElementPropertyInfoImpl.java43 import com.sun.xml.internal.bind.v2.runtime.IllegalAnnotationException;
100 parent.builder.reportError(new IllegalAnnotationException(
186 parent.builder.reportError(new IllegalAnnotationException(
195 parent.builder.reportError(new IllegalAnnotationException(
H A DReferencePropertyInfoImpl.java50 import com.sun.xml.internal.bind.v2.runtime.IllegalAnnotationException;
125 parent.builder.reportError(new IllegalAnnotationException(
169 parent.builder.reportError(new IllegalAnnotationException(
175 parent.builder.reportError(new IllegalAnnotationException(
197 parent.builder.reportError(new IllegalAnnotationException(
239 parent.builder.reportError(new IllegalAnnotationException(
245 parent.builder.reportError(new IllegalAnnotationException(
H A DRuntimeElementInfoImpl.java46 import com.sun.xml.internal.bind.v2.runtime.IllegalAnnotationException;
56 public RuntimeElementInfoImpl(RuntimeModelBuilder modelBuilder, RegistryInfoImpl registry, Method method) throws IllegalAnnotationException {
H A DElementInfoImpl.java58 import com.sun.xml.internal.bind.v2.runtime.IllegalAnnotationException;
239 RegistryInfoImpl<T,C,F,M> registry, M m ) throws IllegalAnnotationException {
250 throw new IllegalAnnotationException(
301 throw new IllegalAnnotationException(
411 new IllegalAnnotationException(Messages.NON_EXISTENT_ELEMENT_MAPPING.format(
H A DModelBuilder.java53 import com.sun.xml.internal.bind.v2.runtime.IllegalAnnotationException;
122 public void error(IllegalAnnotationException e) {
286 reportError(new IllegalAnnotationException(
341 RegistryInfoImpl<T,C,F,M> registryInfo, M m) throws IllegalAnnotationException {
419 public final void reportError(IllegalAnnotationException e) {
H A DPropertyInfoImpl.java54 import com.sun.xml.internal.bind.v2.runtime.IllegalAnnotationException;
99 parent.builder.reportError(new IllegalAnnotationException(
136 parent.builder.reportError(new IllegalAnnotationException(
259 parent.builder.reportError(new IllegalAnnotationException(
297 parent.builder.reportError(new IllegalAnnotationException(
H A DRuntimeClassInfoImpl.java55 import com.sun.xml.internal.bind.v2.runtime.IllegalAnnotationException;
105 builder.reportError(new IllegalAnnotationException(
109 builder.reportError(new IllegalAnnotationException(
253 builder.reportError(new IllegalAnnotationException(
267 builder.reportError(new IllegalAnnotationException(
H A DRuntimeEnumLeafInfoImpl.java44 import com.sun.xml.internal.bind.v2.runtime.IllegalAnnotationException;
98 builder.reportError(new IllegalAnnotationException(
H A DRuntimeModelBuilder.java47 import com.sun.xml.internal.bind.v2.runtime.IllegalAnnotationException;
103 public RuntimeElementInfoImpl createElementInfo(RegistryInfoImpl<Type,Class,Field,Method> registryInfo, Method method) throws IllegalAnnotationException {
H A DTypeInfoSetImpl.java55 import com.sun.xml.internal.bind.v2.runtime.IllegalAnnotationException;
292 new IllegalAnnotationException(
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/annotation/
H A DAbstractInlineAnnotationReaderImpl.java31 import com.sun.xml.internal.bind.v2.runtime.IllegalAnnotationException;
74 getErrorHandler().error(new IllegalAnnotationException(
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/api/impl/j2s/
H A DJavaCompilerImpl.java52 import com.sun.xml.internal.bind.v2.runtime.IllegalAnnotationException;
104 public void error(IllegalAnnotationException e) {

Completed in 38 milliseconds