All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class java.media.j3d.MultipleParentException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.lang.RuntimeException
                           |
                           +----java.media.j3d.IllegalSharingException
                                   |
                                   +----java.media.j3d.MultipleParentException

public class MultipleParentException
extends IllegalSharingException
Indicates an attempt to add a node that is already a child of one group node, into another group node.


Constructor Index

 o MultipleParentException()
Create the exception object with default values.
 o MultipleParentException(String)
Create the exception object that outputs message.

Constructors

 o MultipleParentException
 public MultipleParentException()
Create the exception object with default values.

 o MultipleParentException
 public MultipleParentException(String str)
Create the exception object that outputs message.

Parameters:
str - the message string to be output.

All Packages  Class Hierarchy  This Package  Previous  Next  Index