javax.media.j3d
Class IllegalSharingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by javax.media.j3d.IllegalSceneGraphException
                  extended by javax.media.j3d.IllegalSharingException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
MultipleParentException

public class IllegalSharingException
extends IllegalSceneGraphException

Indicates an illegal attempt to share a scene graph object. For example, the following are illegal:

See Also:
Serialized Form

Constructor Summary
IllegalSharingException()
          Create the exception object with default values.
IllegalSharingException(java.lang.String str)
          Create the exception object that outputs message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IllegalSharingException

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


IllegalSharingException

public IllegalSharingException(java.lang.String str)
Create the exception object that outputs message.

Parameters:
str - the message string to be output.


Copyright (c) 2007 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.