Package jakarta.faces.view.facelets
Class FaceletException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- java.lang.RuntimeException
- 
- jakarta.faces.FacesException
- 
- jakarta.faces.view.facelets.FaceletException
 
 
 
 
 
- 
- All Implemented Interfaces:
- Serializable
 - Direct Known Subclasses:
- TagAttributeException,- TagException
 
 public class FaceletException extends FacesException - Since:
- 2.0
- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description FaceletException()FaceletException(String message)FaceletException(String message, Throwable cause)FaceletException(Throwable cause)
 - 
Method Summary- 
Methods inherited from class jakarta.faces.FacesExceptiongetCause
 - 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
-