org.jboss.metadata.web.spec
Class ErrorPageMetaData

java.lang.Object
  extended by org.jboss.metadata.javaee.support.IdMetaDataImpl
      extended by 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

Field Summary
protected  String errorCode
           
protected  String exceptionType
           
protected  String location
           
 
Constructor Summary
ErrorPageMetaData()
           
 
Method Summary
 String getErrorCode()
           
 String getExceptionType()
           
 String getLocation()
           
 void setErrorCode(String errorCode)
           
 void setExceptionType(String exceptionType)
           
 void setLocation(String location)
           
 
Methods inherited from class org.jboss.metadata.javaee.support.IdMetaDataImpl
clone, equals, getId, hashCode, merge, merge, setId
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

errorCode

protected String errorCode

location

protected String location

exceptionType

protected String exceptionType
Constructor Detail

ErrorPageMetaData

public ErrorPageMetaData()
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)


Copyright © 2009 JBoss Inc.. All Rights Reserved.