Class GenUnexpectedErrorTemplateFiller
java.lang.Object
com.netscape.cms.servlet.common.GenUnexpectedErrorTemplateFiller
- All Implemented Interfaces:
ICMSTemplateFiller
default unexpected error template filler
- Version:
- $Revision$, $Date$
-
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
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetTemplateParams(CMSRequest cmsReq, IAuthority authority, Locale locale, Exception e) fill error details and description if any.
-
Constructor Details
-
GenUnexpectedErrorTemplateFiller
public GenUnexpectedErrorTemplateFiller()
-
-
Method Details
-
getTemplateParams
public CMSTemplateParams getTemplateParams(CMSRequest cmsReq, IAuthority authority, Locale locale, Exception e) fill error details and description if any.- Specified by:
getTemplateParamsin interfaceICMSTemplateFiller- Parameters:
cmsReq- CMS Requestauthority- this authoritylocale- locale of template.e- unexpected exception e. ignored.
-