javax.faces
Class FacesException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by javax.faces.FacesException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AbortProcessingException, ConverterException, EvaluationException, ValidatorException, ViewExpiredException

public class FacesException
extends RuntimeException

see Javadoc of JSF Specification

Version:
$Revision: 676298 $ $Date: 2008-07-13 05:31:48 -0500 (Sun, 13 Jul 2008) $
Author:
Manfred Geiler (latest modification by $Author: skitching $)
See Also:
Serialized Form

Constructor Summary
FacesException()
           
FacesException(String message)
           
FacesException(String message, Throwable cause)
           
FacesException(Throwable cause)
           
 
Method Summary
 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
 

Constructor Detail

FacesException

public FacesException()

FacesException

public FacesException(Throwable cause)

FacesException

public FacesException(String message)

FacesException

public FacesException(String message,
                      Throwable cause)
Method Detail

getCause

public Throwable getCause()
Overrides:
getCause in class Throwable


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.