Package 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$ $Date$
- Author:
- Jakob Korherr (latest modification by $Author$)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FaceletsOnlyException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-