org.apache.myfaces.custom.ajax.api
Class ComponentNotFoundException

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.apache.myfaces.custom.ajax.api.ComponentNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class ComponentNotFoundException
extends javax.faces.FacesException

User: treeder Date: Oct 28, 2005 Time: 9:45:45 AM

See Also:
Serialized Form

Constructor Summary
ComponentNotFoundException()
           
ComponentNotFoundException(java.lang.String message)
           
ComponentNotFoundException(java.lang.String message, java.lang.Throwable cause)
           
ComponentNotFoundException(java.lang.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

ComponentNotFoundException

public ComponentNotFoundException()

ComponentNotFoundException

public ComponentNotFoundException(java.lang.String message)

ComponentNotFoundException

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

ComponentNotFoundException

public ComponentNotFoundException(java.lang.Throwable cause)


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