java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.faces.FacesException
com.sun.facelets.FaceletException
com.sun.facelets.tag.TagAttributeException
- All Implemented Interfaces:
- java.io.Serializable
- public final class TagAttributeException
- extends com.sun.facelets.FaceletException
An Exception caused by a TagAttribute
- Version:
- $Id: TagAttributeException.java,v 1.3 2005/08/24 04:38:48 jhook Exp $
| Nested classes inherited from class java.lang.Throwable |
|
| Fields inherited from class java.lang.Throwable |
|
|
Constructor Summary |
TagAttributeException(TagAttribute attr)
|
TagAttributeException(TagAttribute attr,
java.lang.String message)
|
TagAttributeException(TagAttribute attr,
java.lang.String message,
java.lang.Throwable cause)
|
TagAttributeException(TagAttribute attr,
java.lang.Throwable cause)
|
TagAttributeException(Tag tag,
TagAttribute attr)
|
TagAttributeException(Tag tag,
TagAttribute attr,
java.lang.String message)
|
TagAttributeException(Tag tag,
TagAttribute attr,
java.lang.String message,
java.lang.Throwable cause)
|
TagAttributeException(Tag tag,
TagAttribute attr,
java.lang.Throwable cause)
|
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
TagAttributeException
public TagAttributeException(TagAttribute attr)
TagAttributeException
public TagAttributeException(TagAttribute attr,
java.lang.String message)
TagAttributeException
public TagAttributeException(TagAttribute attr,
java.lang.Throwable cause)
TagAttributeException
public TagAttributeException(TagAttribute attr,
java.lang.String message,
java.lang.Throwable cause)
TagAttributeException
public TagAttributeException(Tag tag,
TagAttribute attr)
TagAttributeException
public TagAttributeException(Tag tag,
TagAttribute attr,
java.lang.String message)
TagAttributeException
public TagAttributeException(Tag tag,
TagAttribute attr,
java.lang.Throwable cause)
TagAttributeException
public TagAttributeException(Tag tag,
TagAttribute attr,
java.lang.String message,
java.lang.Throwable cause)
print
private static final java.lang.String print(Tag tag,
TagAttribute attr)