Class IllegalAnnotationsException

java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.xml.bind.JAXBException
com.sun.xml.bind.v2.runtime.IllegalAnnotationsException
All Implemented Interfaces:
Serializable

public class IllegalAnnotationsException extends JAXBException
A list of IllegalAnnotationException wrapped in one exception.

This exception is used to report all the errors to the client application through JAXBContext.newInstance(java.lang.String).

Since:
JAXB 2.0 EA1
Author:
Kohsuke Kawaguchi
See Also: