Package jakarta.faces.view.facelets
Class TagException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jakarta.faces.FacesException
jakarta.faces.view.facelets.FaceletException
jakarta.faces.view.facelets.TagException
- All Implemented Interfaces:
- Serializable
An Exception caused by a Tag
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionTagException(Tag tag) TagException(Tag tag, String message) TagException(Tag tag, String message, Throwable cause) TagException(Tag tag, Throwable cause) 
- 
Method SummaryMethods inherited from class jakarta.faces.FacesExceptiongetCauseMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
TagException
- 
TagException- Parameters:
- message-
 
- 
TagException- Parameters:
- message-
- cause-
 
- 
TagException- Parameters:
- cause-
 
 
-