Uses of Class
org.web3d.x3d.sai.X3DException
Packages that use X3DException
-
Uses of X3DException in org.web3d.x3d.sai
Subclasses of X3DException in org.web3d.x3d.saiModifier and TypeClassDescriptionclass
The exception that is thrown when the user attempts to make method calls that require this browser to be shared.class
The exception that is thrown when an error occurs in the connection between the external application and the VRML browser.class
The exception that is thrown when the user attempts to use an IMPORTed node incorrectly in the scene graph.class
The exception that is thrown when a node of greater capabilities than the scene's declared profile and additional components is attempted to be added to that scene.class
The exception that is thrown when the user attempts to access a method in the Browser interface after the reference has had the dispose method called.class
The exception that is thrown when the user attempts to import a DOM Document to make it into an X3DScene and the document is not correctly structured.class
The exception that is thrown when a reference to an ExecutionContext is not valid.class
The exception that is thrown when a reference to any field is not valid.class
The exception that is thrown when the value that has just been set in a field is not valid.class
The exception that is thrown when a reference to an Node is not valid.class
The exception that is thrown when the user attempts to use an API call outside of the predefined times.class
The exception that is thrown when a reference to an Proto or ExternProto is not valid.class
The exception that is thrown when a reference to an readable field is not valid.class
The exception that is thrown when a reference to any route is not valid.class
The exception that is thrown when the list of all URL and URN values are invalid and cannot be parsed to form a proper URL/URN.class
The exception that is thrown when a reference to an writable field is not valid.class
The exception that is thrown when a the string passed to createVrmlFromString does not contain legal X3D - either UTF8 or XML syntax.class
The exception that is thrown when a reference to an Node is already being used when the user wants to add a new DEF, EXPORT or IMPORT definition.class
The exception that is thrown when asking for a node by name Node and the name is valid but the underlying node reference is not available from the inline yet.class
The exception that is thrown when the Browser factory is not able to locate a browser given the arguments.class
The exception that is thrown when an operation is not supported by an underlying implementation.class
The exception that is thrown when the URL is not specified for the currently browser instance or there is some other problem.Methods in org.web3d.x3d.sai that throw X3DExceptionModifier and TypeMethodDescriptionstatic void
BrowserFactory.setBrowserFactoryImpl
(BrowserFactoryImpl fac) Set the factory implementation to use.