javax.faces

Class FacesException

Known Direct Subclasses:
AbortProcessingException, ConverterException, EvaluationException, ValidatorException

public class FacesException
extends RuntimeException

Version:
$Revision: 225333 $ $Date: 2005-07-26 17:49:19 +0200 (Tue, 26 Jul 2005) $
Author:
Manfred Geiler (latest modification by $Author: bdudney $)

Constructor Summary

FacesException()
FacesException(String message)
FacesException(String message, Throwable cause)
FacesException(Throwable cause)

Method Summary

Throwable
getCause()

Constructor Details

FacesException

public FacesException()

FacesException

public FacesException(String message)

FacesException

public FacesException(String message,
                      Throwable cause)

FacesException

public FacesException(Throwable cause)

Method Details

getCause

public Throwable getCause()