Oracle Fusion Middleware JSP Tag Java API Reference for Oracle WebLogic Portal
10g Release 3 (10.3.4)
E14256-06

Content Presenter Display Template Support Functions
Function isExceptionDisplayTemplateException

boolean isExceptionDisplayTemplateException(java.lang.Exception exception)
Description

Determines if the passed in exception is caused by errors within the templating framework.

Examples

Here is an example of the function call within a c:if tag:

<c:if test="${templates:isExceptionDisplayTemplateException(exception)}">
  ...
</c:if>


Function Information
Function Classcom.bea.content.ui.jsp.templates.utils.TemplateSupport
Function Signature boolean isExceptionDisplayTemplateException(java.lang.Exception exception)
Display NameNone


Oracle Fusion Middleware JSP Tag Java API Reference for Oracle WebLogic Portal
10g Release 3 (10.3.4)
E14256-06

Copyright © 2011, Oracle. All rights reserved.