Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.sun.facelets.tag
Class TagAttributeException  view TagAttributeException download TagAttributeException.java

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byjavax.faces.FacesException
                  extended bycom.sun.facelets.FaceletException
                      extended bycom.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 Class Summary
 
Nested classes inherited from class java.lang.Throwable
 
Field Summary
private static long serialVersionUID
           
 
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)
           
 
Method Summary
private static java.lang.String print(Tag tag, TagAttribute attr)
           
 
Methods inherited from class javax.faces.FacesException
getCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

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)
Method Detail

print

private static final java.lang.String print(Tag tag,
                                            TagAttribute attr)