setParent()
method must be called, with this Context as an argument. This method may thrown an IllegalArgumentException
if this Context chooses not to be attached to the specified Context, in which case it is not added
@param child New child Context to be added
@exception IllegalArgumentException if this exception is thrown bythe setEngine()
method of the child Context
@exception IllegalArgumentException if the new child does not havea name unique from that of existing children of this Context
|
|