|
|||||||||
| Home >> All >> javax >> [ faces overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
javax.faces
Class FacesException

java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.faces.FacesException
- All Implemented Interfaces:
- java.io.Serializable
- public class FacesException
- extends java.lang.RuntimeException
- Version:
- $Revision: 225333 $ $Date: 2005-07-26 11:49:19 -0400 (Tue, 26 Jul 2005) $
| 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 | |
FacesException()
|
|
FacesException(java.lang.String message)
|
|
FacesException(java.lang.String message,
java.lang.Throwable cause)
|
|
FacesException(java.lang.Throwable cause)
|
|
| Method Summary | |
java.lang.Throwable |
getCause()
Returns the cause of this exception, or null if the cause is not known or non-existant. |
| 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 |
FacesException
public FacesException()
FacesException
public FacesException(java.lang.Throwable cause)
FacesException
public FacesException(java.lang.String message)
FacesException
public FacesException(java.lang.String message, java.lang.Throwable cause)
| Method Detail |
getCause
public java.lang.Throwable getCause()
- Description copied from class:
java.lang.Throwable - Returns the cause of this exception, or null if the cause is not known
or non-existant. This cause is initialized by the new constructors,
or by calling initCause.
|
|||||||||
| Home >> All >> javax >> [ faces overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC