Package jakarta.faces.view.facelets
Class TagAttributeException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- java.lang.RuntimeException
- 
- jakarta.faces.FacesException
- 
- jakarta.faces.view.facelets.FaceletException
- 
- jakarta.faces.view.facelets.TagAttributeException
 
 
 
 
 
 
- 
- All Implemented Interfaces:
- Serializable
 
 public final class TagAttributeException extends FaceletException An Exception caused by a TagAttribute- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description TagAttributeException(TagAttribute attr)TagAttributeException(TagAttribute attr, String message)TagAttributeException(TagAttribute attr, String message, Throwable cause)TagAttributeException(TagAttribute attr, Throwable cause)TagAttributeException(Tag tag, TagAttribute attr)TagAttributeException(Tag tag, TagAttribute attr, String message)TagAttributeException(Tag tag, TagAttribute attr, String message, Throwable cause)TagAttributeException(Tag tag, TagAttribute attr, 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
 
- 
 
- 
- 
- 
Constructor Detail- 
TagAttributeExceptionpublic TagAttributeException(TagAttribute attr) 
 - 
TagAttributeExceptionpublic TagAttributeException(TagAttribute attr, String message) 
 - 
TagAttributeExceptionpublic TagAttributeException(TagAttribute attr, String message, Throwable cause) 
 - 
TagAttributeExceptionpublic TagAttributeException(TagAttribute attr, Throwable cause) 
 - 
TagAttributeExceptionpublic TagAttributeException(Tag tag, TagAttribute attr) 
 - 
TagAttributeExceptionpublic TagAttributeException(Tag tag, TagAttribute attr, String message) - Parameters:
- message-
 
 - 
TagAttributeExceptionpublic TagAttributeException(Tag tag, TagAttribute attr, String message, Throwable cause) - Parameters:
- message-
- cause-
 
 - 
TagAttributeExceptionpublic TagAttributeException(Tag tag, TagAttribute attr, Throwable cause) - Parameters:
- cause-
 
 
- 
 
-