Class 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 Detail

      • FaceletsOnlyException

        public FaceletsOnlyException​(String message,
                                     Throwable cause)