javax.faces
Class FacesException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.faces.FacesException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- AbortProcessingException, ConverterException, EvaluationException, FaceletException, UpdateModelException, ValidatorException, ViewExpiredException
public class FacesException
- extends java.lang.RuntimeException
see Javadoc of JSF Specification
- Version:
- $Revision: 701829 $ $Date: 2008-10-05 12:06:02 -0500 (Sun, 05 Oct 2008) $
- Author:
- Manfred Geiler (latest modification by $Author: slessard $)
- See Also:
- Serialized Form
Method Summary |
java.lang.Throwable |
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 |
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)
getCause
public java.lang.Throwable getCause()
- Overrides:
getCause
in class java.lang.Throwable
Copyright © 2010 The Apache Software Foundation. All Rights Reserved.