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
IllegalAnnotationException s
wrapped in this exception. |
String |
toString()
Returns a short description of this JAXBException.
|
getCause, getErrorCode, getLinkedException, printStackTrace, printStackTrace, printStackTrace, setLinkedException
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace
public IllegalAnnotationsException(List<IllegalAnnotationException> errors)
public String toString()
JAXBException
toString
in class JAXBException
public List<IllegalAnnotationException> getErrors()
IllegalAnnotationException
s
wrapped in this exception.Copyright © 2019 JBoss by Red Hat. All rights reserved.