|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception com.ibm.xsp.page.compiled.NoSuchComponentException
public class NoSuchComponentException
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
.
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 |
---|
public NoSuchComponentException(java.lang.String componentId)
arg0
- public NoSuchComponentException(int componentId)
arg0
- Method Detail |
---|
public FacesPageException createInvalidComponentNumberEx(int componentId)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |