com.ibm.xsp.page.compiled
Class NoSuchComponentException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.xsp.page.compiled.NoSuchComponentException
All Implemented Interfaces:
java.io.Serializable

public class NoSuchComponentException
extends java.lang.Exception

Used in one of the classes in the generated XPage .java file, not intended to be used programmatically by application developers or third party Java developers. See AbstractCompiledPage.

See Also:
Serialized Form

Constructor Summary
NoSuchComponentException(int componentId)
           
NoSuchComponentException(java.lang.String componentId)
           
 
Method Summary
 FacesPageException createInvalidComponentNumberEx(int componentId)
           
 
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

NoSuchComponentException

public NoSuchComponentException(java.lang.String componentId)
Parameters:
arg0 -

NoSuchComponentException

public NoSuchComponentException(int componentId)
Parameters:
arg0 -
Method Detail

createInvalidComponentNumberEx

public FacesPageException createInvalidComponentNumberEx(int componentId)