com.netscape.cms.servlet.common
Class GenUnexpectedErrorTemplateFiller

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

public class GenUnexpectedErrorTemplateFiller
extends java.lang.Object
implements ICMSTemplateFiller

default unexpected 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
GenUnexpectedErrorTemplateFiller()
           
 
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

GenUnexpectedErrorTemplateFiller

public GenUnexpectedErrorTemplateFiller()
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 - CMS Request
authority - this authority
locale - locale of template.
e - unexpected exception e. ignored.