public class ErrorPage extends Object
Java class for error-pageType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="error-pageType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice minOccurs="0">
<element name="error-code" type="{http://java.sun.com/xml/ns/javaee}error-codeType"/>
<element name="exception-type" type="{http://java.sun.com/xml/ns/javaee}fully-qualified-classType"/>
</choice>
<element name="location" type="{http://java.sun.com/xml/ns/javaee}war-pathType"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigInteger |
errorCode |
protected String |
exceptionType |
protected String |
id |
protected String |
location |
| Constructor and Description |
|---|
ErrorPage() |
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
getErrorCode() |
String |
getExceptionType() |
String |
getId() |
String |
getLocation() |
void |
setErrorCode(BigInteger value) |
void |
setExceptionType(String value) |
void |
setId(String value) |
void |
setLocation(String value) |
protected BigInteger errorCode
protected String exceptionType
protected String location
protected String id
public BigInteger getErrorCode()
public void setErrorCode(BigInteger value)
public String getExceptionType()
public void setExceptionType(String value)
public String getLocation()
public void setLocation(String value)
public String getId()
public void setId(String value)
Copyright © 1999–2020 The Apache Software Foundation. All rights reserved.