public class ErrorPage
extends java.lang.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 java.math.BigInteger |
errorCode |
protected java.lang.String |
exceptionType |
protected java.lang.String |
id |
protected java.lang.String |
location |
Constructor and Description |
---|
ErrorPage() |
Modifier and Type | Method and Description |
---|---|
java.math.BigInteger |
getErrorCode() |
java.lang.String |
getExceptionType() |
java.lang.String |
getId() |
java.lang.String |
getLocation() |
void |
setErrorCode(java.math.BigInteger value) |
void |
setExceptionType(java.lang.String value) |
void |
setId(java.lang.String value) |
void |
setLocation(java.lang.String value) |
protected java.math.BigInteger errorCode
protected java.lang.String exceptionType
protected java.lang.String location
protected java.lang.String id
public java.math.BigInteger getErrorCode()
public void setErrorCode(java.math.BigInteger value)
public java.lang.String getExceptionType()
public void setExceptionType(java.lang.String value)
public java.lang.String getLocation()
public void setLocation(java.lang.String value)
public java.lang.String getId()
public void setId(java.lang.String value)