com.netscape.cms.servlet.common
Class GenErrorTemplateFiller

java.lang.Object
  extended by com.netscape.cms.servlet.common.GenErrorTemplateFiller
All Implemented Interfaces:
ICMSTemplateFiller

public class GenErrorTemplateFiller
extends java.lang.Object
implements ICMSTemplateFiller

Default error template filler

Version:
$Revision: 1211 $, $Date: 2010-08-18 10:15:37 -0700 (Wed, 18 Aug 2010) $

Field Summary
 
Fields inherited from interface com.netscape.cms.servlet.common.ICMSTemplateFiller
AUTHORITY, ERROR, ERROR_DESCR, EXCEPTION, HOST, KEYREC_ID, PORT, REQUEST_ID, REQUEST_STATUS, SCHEME
 
Constructor Summary
GenErrorTemplateFiller()
           
 
Method Summary
 CMSTemplateParams getTemplateParams(CMSRequest cmsReq, IAuthority authority, java.util.Locale locale, java.lang.Exception e)
          fill error details and description if any.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenErrorTemplateFiller

public GenErrorTemplateFiller()
Method Detail

getTemplateParams

public CMSTemplateParams getTemplateParams(CMSRequest cmsReq,
                                           IAuthority authority,
                                           java.util.Locale locale,
                                           java.lang.Exception e)
fill error details and description if any.

Specified by:
getTemplateParams in interface ICMSTemplateFiller
Parameters:
cmsReq - the CMS Request.
authority - the authority
locale - the locale of template.
e - unexpected error. ignored.