org.richfaces.renderkit.util
Class EnclosingFormRequiredException

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 org.richfaces.renderkit.util.EnclosingFormRequiredException
All Implemented Interfaces:
Serializable

public class EnclosingFormRequiredException
extends javax.faces.FacesException

Author:
Filip Antonov - mailto:fantonov@exadel.com created 08.02.2007
See Also:
Serialized Form

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

EnclosingFormRequiredException

public EnclosingFormRequiredException()

EnclosingFormRequiredException

public EnclosingFormRequiredException(String message)

EnclosingFormRequiredException

public EnclosingFormRequiredException(Throwable cause)

EnclosingFormRequiredException

public EnclosingFormRequiredException(String message,
                                      Throwable cause)


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.