org.ajax4jsf.application
Class AjaxSingleException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.ajax4jsf.application.AjaxSingleException
All Implemented Interfaces:
java.io.Serializable

public class AjaxSingleException
extends java.lang.RuntimeException

Author:
asmirnov
See Also:
Serialized Form

Constructor Summary
AjaxSingleException(javax.faces.component.UIComponent componemt)
           
 
Method Summary
 javax.faces.component.UIComponent getComponent()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, 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

AjaxSingleException

public AjaxSingleException(javax.faces.component.UIComponent componemt)
Parameters:
component -
Method Detail

getComponent

public javax.faces.component.UIComponent getComponent()
Returns:
the component


Copyright © 2007. All Rights Reserved.