javax.faces.component
Class UIComponentBaseTestCase.CustomAbortProcessingException

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.event.AbortProcessingException
                      extended by javax.faces.component.UIComponentBaseTestCase.CustomAbortProcessingException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
UIComponentBaseTestCase

public static final class UIComponentBaseTestCase.CustomAbortProcessingException
extends AbortProcessingException

See Also:
Serialized Form

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

UIComponentBaseTestCase.CustomAbortProcessingException

public UIComponentBaseTestCase.CustomAbortProcessingException()

UIComponentBaseTestCase.CustomAbortProcessingException

public UIComponentBaseTestCase.CustomAbortProcessingException(java.lang.String message)

UIComponentBaseTestCase.CustomAbortProcessingException

public UIComponentBaseTestCase.CustomAbortProcessingException(java.lang.Throwable cause)

UIComponentBaseTestCase.CustomAbortProcessingException

public UIComponentBaseTestCase.CustomAbortProcessingException(java.lang.String message,
                                                              java.lang.Throwable cause)


Copyright 2002-2011 Oracle America Inc, Inc. All Rights Reserved.