|
|||||||||
| Home >> All >> com >> sun >> [ facelets overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.sun.facelets
Class FaceletException

java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.faces.FacesException
com.sun.facelets.FaceletException
- All Implemented Interfaces:
- java.io.Serializable
- public class FaceletException
- extends javax.faces.FacesException
An Exception from Facelet implementation
- Version:
- $Id: FaceletException.java,v 1.2 2005/08/24 04:38:58 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 | |
FaceletException()
|
|
FaceletException(java.lang.String message)
|
|
FaceletException(java.lang.String message,
java.lang.Throwable cause)
|
|
FaceletException(java.lang.Throwable cause)
|
|
| 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 |
FaceletException
public FaceletException()
FaceletException
public FaceletException(java.lang.String message)
FaceletException
public FaceletException(java.lang.Throwable cause)
FaceletException
public FaceletException(java.lang.String message, java.lang.Throwable cause)
|
|||||||||
| Home >> All >> com >> sun >> [ facelets overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC