org.jasig.portal.container.om.servlet
Class ErrorPageImpl

java.lang.Object
  extended by org.jasig.portal.container.om.servlet.ErrorPageImpl
All Implemented Interfaces:
java.io.Serializable

public class ErrorPageImpl
extends java.lang.Object
implements java.io.Serializable

Data structure to support WebApplicationDefinition for marshalling and unmarshalling of web.xml. Not needed by the Pluto container.

Version:
$Revision: 1.2 $
Author:
Ken Weiner, kweiner@unicon.net
See Also:
Serialized Form

Field Summary
private  java.lang.String errorCode
           
private  java.lang.String exceptionType
           
private  java.lang.String location
           
 
Constructor Summary
ErrorPageImpl()
           
 
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
 

Field Detail

errorCode

private java.lang.String errorCode

exceptionType

private java.lang.String exceptionType

location

private java.lang.String location
Constructor Detail

ErrorPageImpl

public ErrorPageImpl()
Method Detail

getErrorCode

public java.lang.String getErrorCode()

getExceptionType

public java.lang.String getExceptionType()

getLocation

public java.lang.String getLocation()

setErrorCode

public void setErrorCode(java.lang.String errorCode)

setExceptionType

public void setExceptionType(java.lang.String exceptionType)

setLocation

public void setLocation(java.lang.String location)