javax.faces.view.facelets
Class FaceletException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by javax.faces.FacesException
                  extended by javax.faces.view.facelets.FaceletException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
TagAttributeException, TagException

public class FaceletException
extends FacesException

Since:
2.0
See Also:
Serialized Form

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

Constructor Detail

FaceletException

public FaceletException()

FaceletException

public FaceletException(Throwable cause)

FaceletException

public FaceletException(String message)

FaceletException

public FaceletException(String message,
                        Throwable cause)


Copyright © 2014 The Apache Software Foundation. All rights reserved.