public class IllegalAnnotationsException extends JAXBException
IllegalAnnotationException wrapped in one exception.
This exception is used to report all the errors to the client application
through JAXBContext.newInstance(java.lang.String).
| Modifier and Type | Class and Description |
|---|---|
static class |
IllegalAnnotationsException.Builder |
| Constructor and Description |
|---|
IllegalAnnotationsException(List<IllegalAnnotationException> errors) |
| Modifier and Type | Method and Description |
|---|---|
List<IllegalAnnotationException> |
getErrors()
Returns a read-only list of
IllegalAnnotationExceptions
wrapped in this exception. |
String |
toString()
Returns a short description of this JAXBException.
|
getCause, getErrorCode, getLinkedException, printStackTrace, printStackTrace, printStackTrace, setLinkedExceptionaddSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTracepublic IllegalAnnotationsException(List<IllegalAnnotationException> errors)
public String toString()
JAXBExceptiontoString in class JAXBExceptionpublic List<IllegalAnnotationException> getErrors()
IllegalAnnotationExceptions
wrapped in this exception.Copyright © 2019 JBoss by Red Hat. All rights reserved.