org.apache.myfaces.view.jsp
Class FaceletsOnlyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.myfaces.view.jsp.FaceletsOnlyException
- All Implemented Interfaces:
- Serializable
public class FaceletsOnlyException
- extends Exception
An Exception that indicates that the user uses a
facelets-only feature on a JSP.
NOTE: this class must not extend FacesException, because
otherwise its message won't be displayed by the ExceptionHandler.
Thus it directly extends Exception.
- Since:
- 2.0
- Version:
- $Revision: 934200 $ $Date: 2010-04-14 16:21:02 -0500 (Wed, 14 Apr 2010) $
- Author:
- Jakob Korherr (latest modification by $Author: jakobk $)
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
FaceletsOnlyException
public FaceletsOnlyException(String message,
Throwable cause)
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.