Package org.apache.openejb.jee
Class ErrorPage
- java.lang.Object
-
- org.apache.openejb.jee.ErrorPage
-
public class ErrorPage extends Object
web-common_3_0.xsdJava 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>
-
-
Field Summary
Fields Modifier and Type Field Description protected BigIntegererrorCodeprotected StringexceptionTypeprotected Stringidprotected Stringlocation
-
Constructor Summary
Constructors Constructor Description ErrorPage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigIntegergetErrorCode()StringgetExceptionType()StringgetId()StringgetLocation()voidsetErrorCode(BigInteger value)voidsetExceptionType(String value)voidsetId(String value)voidsetLocation(String value)
-
-
-
Field Detail
-
errorCode
protected BigInteger errorCode
-
exceptionType
protected String exceptionType
-
location
protected String location
-
id
protected String id
-
-
Method Detail
-
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)
-
-