org.apache.pluto.descriptors.servlet
Class ErrorPageDD

java.lang.Object
  extended by org.apache.pluto.descriptors.servlet.ErrorPageDD

public class ErrorPageDD
extends Object

TODO: Document

Since:
Mar 4, 2005
Version:
$Id: ErrorPageDD.java 156636 2005-03-09 12:16:31Z cziegeler $

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

Constructor Detail

ErrorPageDD

public ErrorPageDD()
Method Detail

getErrorCode

public String getErrorCode()

setErrorCode

public void setErrorCode(String errorCode)

getExceptionType

public String getExceptionType()

setExceptionType

public void setExceptionType(String exceptionType)

getLocation

public String getLocation()

setLocation

public void setLocation(String location)


Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.