Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.sun.facelets
Class FaceletException  view FaceletException download FaceletException.java

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byjavax.faces.FacesException
                  extended bycom.sun.facelets.FaceletException
All Implemented Interfaces:
java.io.Serializable

public class FaceletException
extends javax.faces.FacesException

An Exception from Facelet implementation

Version:
$Id: FaceletException.java,v 1.2 2005/08/24 04:38:58 jhook Exp $

Nested Class Summary
 
Nested classes inherited from class java.lang.Throwable
 
Field Summary
private static long serialVersionUID
           
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
FaceletException()
           
FaceletException(java.lang.String message)
           
FaceletException(java.lang.String message, java.lang.Throwable cause)
           
FaceletException(java.lang.Throwable cause)
           
 
Methods inherited from class javax.faces.FacesException
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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

FaceletException

public FaceletException()

FaceletException

public FaceletException(java.lang.String message)

FaceletException

public FaceletException(java.lang.Throwable cause)

FaceletException

public FaceletException(java.lang.String message,
                        java.lang.Throwable cause)