All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class java.media.j3d.IllegalSharingException

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

public class IllegalSharingException
extends RuntimeException
Indicates an illegal attempt to share a scene graph object. For example, the following are illegal:


Constructor Index

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

Constructors

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

 o IllegalSharingException
 public IllegalSharingException(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