|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServiceException | |
---|---|
consciouscode.seedling | Provides the core classes and interfaces of the Seedling container;
see consciouscode.seedling.tree for standard implementations. |
consciouscode.seedling.tree | Provides standard implementations of the Seedling container interfaces. |
Uses of ServiceException in consciouscode.seedling |
---|
Methods in consciouscode.seedling that throw ServiceException | |
---|---|
static void |
Nodes.installChild(BranchNode branch,
String name,
Object node)
Attempts to install a child into a given branch by downcasting it to GrowingBranch . |
void |
GrowingBranch.installChild(String nodeName,
Object node)
Installs an object as a child of this branch. |
static BranchNode |
Nodes.requiredChildBranch(BranchNode branch,
String name)
Provisions and installs a child branch. |
Uses of ServiceException in consciouscode.seedling.tree |
---|
Methods in consciouscode.seedling.tree that throw ServiceException | |
---|---|
void |
GenericBranch.installChild(String nodeName,
Object node)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |