javax.faces
Class FacesException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.faces.FacesException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- AbortProcessingException, ConverterException, EvaluationException, FaceletException, UpdateModelException, ValidatorException, ViewExpiredException
public class FacesException
- extends RuntimeException
see Javadoc of JSF Specification
- Version:
- $Revision: 1187700 $ $Date: 2011-10-22 14:19:37 +0200 (Sat, 22 Oct 2011) $
- Author:
- Manfred Geiler (latest modification by $Author: bommel $)
- See Also:
- Serialized Form
FacesException
public FacesException()
FacesException
public FacesException(Throwable cause)
FacesException
public FacesException(String message)
FacesException
public FacesException(String message,
Throwable cause)
getCause
public Throwable getCause()
- Overrides:
getCause
in class Throwable
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.