Class UnsupportedProfileException

java.lang.Object
All Implemented Interfaces:
Serializable

public class UnsupportedProfileException extends VRMLException
Exception indicating that a profile is not supported by the implementation.

This exception may be generated either by the parser implementation if it has knowledge of profiles or by the implementation of the various handlers. If the handlers generate it then the parser should at least understand the exception. They are not required do anything such as then filter nodes or anything. They may treat it as either a warning or full error that stops the parser.

Version:
$Revision: 1.2 $
Author:
Justin Couch
See Also: