| An exception thrown when attempting to add a child to the component
hierarchy where either the parent is incompatible with the child or
the child is incompatible with the parent. This exception may be thrown
in cases such as attempting to add children to a component that does not
support children (e.g., a Label ), or adding too many children
to an object (e.g., adding more than two children to a
SplitPane .
|