Content Presenter Display Template Support Functions
Function isExceptionInvalidQueryException

boolean isExceptionInvalidQueryException(Exception exception)
Description

Determines if the passed in exception is caused by com.bea.content.expression.InvalidQueryException.

Examples

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

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


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


Output Generated by Tag Library Documentation Generator.

Copyright © 2008 BEA Systems, Inc. All Rights Reserved.