com.sun.facelets
Class FaceletException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.faces.FacesException
com.sun.facelets.FaceletException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- TagAttributeException, TagException
public class FaceletException
- extends FacesException
An Exception from Facelet implementation
- Version:
- $Id: FaceletException.java,v 1.2 2005/08/24 04:38:58 jhook Exp $
- Author:
- Jacob Hookom
- See Also:
- Serialized Form
FaceletException
public FaceletException()
FaceletException
public FaceletException(String message)
- Parameters:
message
-
FaceletException
public FaceletException(Throwable cause)
- Parameters:
cause
-
FaceletException
public FaceletException(String message,
Throwable cause)
- Parameters:
message
- cause
-
Copyright © 2005 All Rights Reserved.