fedora.server.config.webxml
Class ErrorPage

java.lang.Object
  extended by fedora.server.config.webxml.ErrorPage

public class ErrorPage
extends java.lang.Object


Constructor Summary
ErrorPage()
           
 
Method Summary
 java.lang.String getErrorCode()
           
 java.lang.String getExceptionType()
           
 java.lang.String getLocation()
           
 void setErrorCode(java.lang.String errorCode)
           
 void setExceptionType(java.lang.String exceptionType)
           
 void setLocation(java.lang.String location)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ErrorPage

public ErrorPage()
Method Detail

getErrorCode

public java.lang.String getErrorCode()

setErrorCode

public void setErrorCode(java.lang.String errorCode)

getExceptionType

public java.lang.String getExceptionType()

setExceptionType

public void setExceptionType(java.lang.String exceptionType)

getLocation

public java.lang.String getLocation()

setLocation

public void setLocation(java.lang.String location)