Class UnsupportedNodeException

java.lang.Object
All Implemented Interfaces:
Serializable

public class UnsupportedNodeException extends VRMLException
Exception indicating that a node is not supported by the profiles and components selected for the file/stream.

A message is automatically generated for this node, so the caller only needs to provide a string representing the name of the node. You'll need to be careful about this because the constructor signature is just like all the others that take a single string, which is normally just the complete message. For example, use the exception like this:

   throw new UnsupportedNodeException("Inline");
 
Version:
$Revision: 1.5 $
Author:
Justin Couch
See Also: