org.jboss.jsfunit.jsfsession
Class ComponentIDNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jboss.jsfunit.jsfsession.ComponentIDNotFoundException
All Implemented Interfaces:
Serializable

public class ComponentIDNotFoundException
extends RuntimeException

Exception indicates that a component ID could not be found on the current page (client side) or component tree (server side).

Since:
1.0
Author:
Stan Silvert
See Also:
Serialized Form

Constructor Summary
ComponentIDNotFoundException(String componentID)
          Create a new instance of ComponentIDNotFoundException.
 
Method Summary
 
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

ComponentIDNotFoundException

public ComponentIDNotFoundException(String componentID)
Create a new instance of ComponentIDNotFoundException.

Parameters:
componentID - The JSF component id (or a suffix of the client ID)


Copyright © 2007-2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.