public class ExceptionClassFilter extends Object
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExceptionClassFilter">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="include" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
</sequence>
<attribute name="class" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="exclude" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
</sequence>
<attribute name="class" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
ExceptionClassFilter.Exclude
Java class for anonymous complex type.
|
static class |
ExceptionClassFilter.Include
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<ExceptionClassFilter.Exclude> |
excludeList |
protected List<ExceptionClassFilter.Include> |
includeList |
| Constructor and Description |
|---|
ExceptionClassFilter() |
| Modifier and Type | Method and Description |
|---|---|
List<ExceptionClassFilter.Exclude> |
getExcludeList()
Gets the value of the excludeList property.
|
List<ExceptionClassFilter.Include> |
getIncludeList()
Gets the value of the includeList property.
|
protected List<ExceptionClassFilter.Include> includeList
protected List<ExceptionClassFilter.Exclude> excludeList
public List<ExceptionClassFilter.Include> getIncludeList()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the includeList property.
For example, to add a new item, do as follows:
getIncludeList().add(newItem);
Objects of the following type(s) are allowed in the list
ExceptionClassFilter.Include
public List<ExceptionClassFilter.Exclude> getExcludeList()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the excludeList property.
For example, to add a new item, do as follows:
getExcludeList().add(newItem);
Objects of the following type(s) are allowed in the list
ExceptionClassFilter.Exclude
Copyright © 2022 The Apache Software Foundation. All rights reserved.