You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by de...@apache.org on 2018/05/08 12:48:06 UTC

[myfaces] 06/08: MYFACES-2658 Indicate a better error when using Facelet TAGs on JSP(X) pages (reverted Leonardo's change to FacesException - see the issue in JIRA for details)

This is an automated email from the ASF dual-hosted git repository.

deki pushed a commit to branch 2_0_0
in repository https://gitbox.apache.org/repos/asf/myfaces.git

commit 016a2c6ecbf5cc52b45609aed64e397307e4a49f
Author: Jakob Korherr <ja...@apache.org>
AuthorDate: Wed Apr 14 20:19:54 2010 +0000

    MYFACES-2658 Indicate a better error when using Facelet TAGs on JSP(X) pages (reverted Leonardo's change to FacesException - see the issue in JIRA for details)
---
 .../main/java/org/apache/myfaces/view/jsp/FaceletsOnlyException.java  | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/impl/src/main/java/org/apache/myfaces/view/jsp/FaceletsOnlyException.java b/impl/src/main/java/org/apache/myfaces/view/jsp/FaceletsOnlyException.java
index f6beef2..c08cb68 100644
--- a/impl/src/main/java/org/apache/myfaces/view/jsp/FaceletsOnlyException.java
+++ b/impl/src/main/java/org/apache/myfaces/view/jsp/FaceletsOnlyException.java
@@ -18,8 +18,6 @@
  */
 package org.apache.myfaces.view.jsp;
 
-import javax.faces.FacesException;
-
 /**
  * An Exception that indicates that the user uses a
  * facelets-only feature on a JSP.
@@ -29,7 +27,7 @@ import javax.faces.FacesException;
  * 
  * @since 2.0
  */
-public class FaceletsOnlyException extends FacesException
+public class FaceletsOnlyException extends Exception
 {
 
     private static final long serialVersionUID = 4268633427284543647L;

-- 
To stop receiving notification emails like this one, please contact
deki@apache.org.