| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.faces.FacesException
javax.faces.view.facelets.FaceletException
javax.faces.view.facelets.TagException
public final class TagException
An Exception caused by a Tag
| Constructor Summary | |
|---|---|
TagException(Tag tag)
Wrap the argument   | 
|
TagException(Tag tag,
             java.lang.String message)
Wrap the argument   | 
|
TagException(Tag tag,
             java.lang.String message,
             java.lang.Throwable cause)
Wrap the argument   | 
|
TagException(Tag tag,
             java.lang.Throwable cause)
Wrap the argument   | 
|
| Method Summary | 
|---|
| 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 | 
| Constructor Detail | 
|---|
public TagException(Tag tag)
Wrap the argument tag
 so the exception can reference its information.
tag - the Tag that caused this exception.
public TagException(Tag tag,
                    java.lang.String message)
Wrap the argument tag
 so the exception can reference its information.
tag - the Tag that caused this exception.message - a message describing the exception
public TagException(Tag tag,
                    java.lang.Throwable cause)
Wrap the argument tag
 so the exception can reference its information.
tag - the Tag that caused this exception.cause - the root cause for this exception.
public TagException(Tag tag,
                    java.lang.String message,
                    java.lang.Throwable cause)
Wrap the argument tag
 so the exception can reference its information.
tag - the Tag that caused this exception.message - a message describing the exceptioncause - the root cause for this exception.
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright © 2009-2011, Oracle Corporation and/or its affiliates. All Rights Reserved. Use is subject to license terms.
Generated on 10-February-2011 12:41