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
 
 public final class TagException extends FaceletException An Exception caused by a Tag- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description TagException(Tag tag)TagException(Tag tag, String message)TagException(Tag tag, String message, Throwable cause)TagException(Tag tag, 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
 
- 
 
-