| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<ExceptionType> |
ExceptionReport.exception |
| Modifier and Type | Method and Description |
|---|---|
ExceptionType |
ObjectFactory.createExceptionType()
Create an instance of
ExceptionType |
ExceptionType |
ExceptionType.withExceptionCode(java.lang.String value) |
ExceptionType |
ExceptionType.withExceptionText(java.util.Collection<java.lang.String> values) |
ExceptionType |
ExceptionType.withExceptionText(java.util.List<java.lang.String> value) |
ExceptionType |
ExceptionType.withExceptionText(java.lang.String... values) |
ExceptionType |
ExceptionType.withLocator(java.lang.String value) |
| Modifier and Type | Method and Description |
|---|---|
javax.xml.bind.JAXBElement<ExceptionType> |
ObjectFactory.createException(ExceptionType value)
|
java.util.List<ExceptionType> |
ExceptionReport.getException()
Unordered list of one or more Exception elements
that each describes an error.
|
| Modifier and Type | Method and Description |
|---|---|
javax.xml.bind.JAXBElement<ExceptionType> |
ObjectFactory.createException(ExceptionType value)
|
ExceptionReport |
ExceptionReport.withException(ExceptionType... values) |
| Modifier and Type | Method and Description |
|---|---|
void |
ExceptionReport.setException(java.util.List<ExceptionType> value) |
ExceptionReport |
ExceptionReport.withException(java.util.Collection<ExceptionType> values) |
ExceptionReport |
ExceptionReport.withException(java.util.List<ExceptionType> value) |
Copyright © 2008-2022. All Rights Reserved.