Package org.jboss.metadata.web.spec
Class ErrorPageMetaData
- java.lang.Object
-
- org.jboss.metadata.javaee.support.IdMetaDataImpl
-
- org.jboss.metadata.web.spec.ErrorPageMetaData
-
- All Implemented Interfaces:
Serializable,Cloneable,IdMetaData
public class ErrorPageMetaData extends IdMetaDataImpl
- Version:
- $Revision: 83549 $
- Author:
- Scott.Stark@jboss.org
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ErrorPageMetaData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetErrorCode()StringgetExceptionType()StringgetLocation()voidsetErrorCode(String errorCode)voidsetExceptionType(String exceptionType)voidsetLocation(String location)
-
-
-
Method Detail
-
getErrorCode
public String getErrorCode()
-
setErrorCode
public void setErrorCode(String errorCode)
-
getLocation
public String getLocation()
-
setLocation
public void setLocation(String location)
-
getExceptionType
public String getExceptionType()
-
setExceptionType
public void setExceptionType(String exceptionType)
-
-