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 Summary
ConstructorsConstructorDescriptionTagException
(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.FacesException
getCause
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TagException
-
TagException
- Parameters:
message
-
-
TagException
- Parameters:
message
-cause
-
-
TagException
- Parameters:
cause
-
-