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, ValidatorException
public class FacesException
- extends java.lang.RuntimeException
see Javadoc of JSF Specification
- Version:
- $Revision: 472558 $ $Date: 2006-11-08 17:36:53 +0000 (Wed, 08 Nov 2006) $
- Author:
- Manfred Geiler (latest modification by $Author: grantsmith $)
- 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 © 2007 Apache Software Foundation. All Rights Reserved.