org.apache.openejb.jee
Class ErrorPage
java.lang.Object
org.apache.openejb.jee.ErrorPage
public class ErrorPage
- extends Object
web-common_3_0.xsd
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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
errorCode
protected BigInteger errorCode
exceptionType
protected String exceptionType
location
protected String location
id
protected String id
ErrorPage
public ErrorPage()
getErrorCode
public BigInteger getErrorCode()
setErrorCode
public void setErrorCode(BigInteger value)
getExceptionType
public String getExceptionType()
setExceptionType
public void setExceptionType(String value)
getLocation
public String getLocation()
setLocation
public void setLocation(String value)
getId
public String getId()
setId
public void setId(String value)
Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.