File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes JSF and the fly likes How to Unwrap Specific Exception in JSF? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JSF
Reply Bookmark "How to Unwrap Specific Exception in JSF?" Watch "How to Unwrap Specific Exception in JSF?" New topic
Author

How to Unwrap Specific Exception in JSF?

gopinath chockalingam
Greenhorn

Joined: Sep 18, 2008
Posts: 1
Hi,
I want to redirect to an error page if ant SystemException or Application Exception is thrown from any of my application.But jsf wraps it as a FacesException.Could anyone give a better solution for this?..and i have given an entry in web.xml like,

web.xml

<error-page>

<exception-type>no.lindorffd.common.exception.SystemException</exception-type>
<location>/faces/error.jsp</location>
</error-page>


As it is very urgent please reply immediately.......


Thanks & Regards,
Gopinath.C
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: How to Unwrap Specific Exception in JSF?
 
Similar Threads
error pages in web.xml
Can some please explain this?
Error Page Problem
error handling in web.xml
I don't want expose my application's behind to everyone!