oracle.apps.cz.cio
Class NoSuchChildException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--oracle.apps.cz.cio.NoSuchChildException
- All Implemented Interfaces:
- java.io.Serializable
- public class NoSuchChildException
- extends java.lang.Exception
Signalled if a requested child does not exist.
- See Also:
- Serialized Form
| Constructor Summary |
NoSuchChildException(oracle.apps.cz.cio.IRuntimeNode parent, int id, oracle.apps.cz.cio.Configuration config)
|
NoSuchChildException(oracle.apps.cz.cio.IRuntimeNode parent, java.lang.String name, oracle.apps.cz.cio.Configuration config)
|
| 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 |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
RCS_ID
public static final java.lang.String RCS_ID
RCS_ID_RECORDED
public static final boolean RCS_ID_RECORDED
NoSuchChildException
public NoSuchChildException(oracle.apps.cz.cio.IRuntimeNode parent,
java.lang.String name,
oracle.apps.cz.cio.Configuration config)
NoSuchChildException
public NoSuchChildException(oracle.apps.cz.cio.IRuntimeNode parent,
int id,
oracle.apps.cz.cio.Configuration config)
getParent
public oracle.apps.cz.cio.IRuntimeNode getParent()
getName
public java.lang.String getName()
getID
public int getID()
Copyright © 1999, 2004, Oracle. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.