com.sun.j3d.utils.scenegraph.io
Class UnsupportedUniverseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sun.j3d.utils.scenegraph.io.UnsupportedUniverseException
All Implemented Interfaces:
java.io.Serializable

public class UnsupportedUniverseException
extends java.lang.Exception

Thrown if the VirtualUniverse subclass is not supported by the writeUniverse calls. Currently only com.sun.j3d.utils.universe.SimpleUniverse is supported

See Also:
Serialized Form

Constructor Summary
UnsupportedUniverseException()
          Creates new UnsupportedUniverseException without detail message.
UnsupportedUniverseException(java.lang.String msg)
          Constructs an UnsupportedUniverseException with the specified detail 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

UnsupportedUniverseException

public UnsupportedUniverseException()
Creates new UnsupportedUniverseException without detail message.


UnsupportedUniverseException

public UnsupportedUniverseException(java.lang.String msg)
Constructs an UnsupportedUniverseException with the specified detail message.

Parameters:
msg - the detail message.


Copyright 1996-2008 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.