|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
javax.xml.bind.JAXBException
com.sun.xml.bind.v2.runtime.IllegalAnnotationsException
public class IllegalAnnotationsException
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).
| Nested Class Summary | |
|---|---|
static class |
IllegalAnnotationsException.Builder
|
| Constructor Summary | |
|---|---|
IllegalAnnotationsException(List<IllegalAnnotationException> errors)
|
|
| Method Summary | |
|---|---|
List<IllegalAnnotationException> |
getErrors()
Returns a read-only list of IllegalAnnotationExceptions
wrapped in this exception. |
String |
toString()
|
| Methods inherited from class javax.xml.bind.JAXBException |
|---|
getCause, getErrorCode, getLinkedException, printStackTrace, printStackTrace, printStackTrace, setLinkedException |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public IllegalAnnotationsException(List<IllegalAnnotationException> errors)
| Method Detail |
|---|
public String toString()
toString in class javax.xml.bind.JAXBExceptionpublic List<IllegalAnnotationException> getErrors()
IllegalAnnotationExceptions
wrapped in this exception.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||