Uses of Interface
org.web3d.vrml.sav.ErrorHandler
Packages that use ErrorHandler
Package
Description
-
Uses of ErrorHandler in org.web3d.parser.vrml97
Methods in org.web3d.parser.vrml97 with parameters of type ErrorHandlerModifier and TypeMethodDescriptionvoid
VRML97RelaxedParser.setErrorHandler
(ErrorHandler eh) Set the error handler instance.Constructors in org.web3d.parser.vrml97 with parameters of type ErrorHandlerModifierConstructorDescriptionVRML97RelaxedParser
(InputStream is, ContentHandler ch, RouteHandler rh, ScriptHandler sh, ProtoHandler ph, ErrorHandler eh) Create a new parser instance that has all of the handlers set to the given references.VRML97RelaxedParser
(Reader rdr, ContentHandler ch, RouteHandler rh, ScriptHandler sh, ProtoHandler ph, ErrorHandler eh) Create a new parser instance that has all of the handlers set to the given references. -
Uses of ErrorHandler in org.web3d.parser.x3d
Methods in org.web3d.parser.x3d with parameters of type ErrorHandlerModifier and TypeMethodDescriptionvoid
X3DBinaryParser.setErrorHandler
(ErrorHandler eh) Set the error handler instance.void
X3DRelaxedParser.setErrorHandler
(ErrorHandler eh) Set the error handler instance.Constructors in org.web3d.parser.x3d with parameters of type ErrorHandlerModifierConstructorDescriptionX3DBinaryParser
(InputStream is, ContentHandler ch, RouteHandler rh, ScriptHandler sh, ProtoHandler ph, ErrorHandler eh) Create a new parser instance that has all of the handlers set to the given references.X3DBinaryParser
(Reader rdr, ContentHandler ch, RouteHandler rh, ScriptHandler sh, ProtoHandler ph, ErrorHandler eh) Create a new parser instance that has all of the handlers set to the given references.X3DRelaxedParser
(InputStream is, ContentHandler ch, RouteHandler rh, ScriptHandler sh, ProtoHandler ph, ErrorHandler eh) Create a new parser instance that has all of the handlers set to the given references.X3DRelaxedParser
(Reader rdr, ContentHandler ch, RouteHandler rh, ScriptHandler sh, ProtoHandler ph, ErrorHandler eh) Create a new parser instance that has all of the handlers set to the given references. -
Uses of ErrorHandler in org.web3d.vrml.parser
Fields in org.web3d.vrml.parser declared as ErrorHandlerModifier and TypeFieldDescriptionprotected ErrorHandler
BaseReader.errorHandler
Reference to the registered error handler if we have oneMethods in org.web3d.vrml.parser with parameters of type ErrorHandlerModifier and TypeMethodDescriptionvoid
BaseReader.setErrorHandler
(ErrorHandler eh) Set the error handler to the given instance. -
Uses of ErrorHandler in org.web3d.vrml.sav
Methods in org.web3d.vrml.sav with parameters of type ErrorHandlerModifier and TypeMethodDescriptionvoid
VRMLReader.setErrorHandler
(ErrorHandler eh) Set the error handler to the given instance. -
Uses of ErrorHandler in org.web3d.x3d.jaxp
Methods in org.web3d.x3d.jaxp with parameters of type ErrorHandlerModifier and TypeMethodDescriptionvoid
XMLReader.setErrorHandler
(ErrorHandler eh) Set the error handler to the given instance. -
Uses of ErrorHandler in org.xj3d.ui.awt.widgets
Classes in org.xj3d.ui.awt.widgets that implement ErrorHandlerModifier and TypeClassDescriptionclass
A window that can act as console for error messages from the application.class
A window that can act as console for error messages from the application. -
Uses of ErrorHandler in xj3d.filter
Methods in xj3d.filter with parameters of type ErrorHandlerModifier and TypeMethodDescriptionvoid
NonWeb3DFileParser.setErrorHandler
(ErrorHandler eh) Set the error handler instance. -
Uses of ErrorHandler in xj3d.filter.exporter
Methods in xj3d.filter.exporter with parameters of type ErrorHandlerModifier and TypeMethodDescriptionvoid
OBJFileExporter.setErrorHandler
(ErrorHandler eh) Set the error handler instance.void
STLBinaryFileExporter.setErrorHandler
(ErrorHandler eh) Set the error handler instance.void
STLFileExporter.setErrorHandler
(ErrorHandler eh) Set the error handler instance.void
ThreeMFFileExporter.setErrorHandler
(ErrorHandler eh) Set the error handler instance. -
Uses of ErrorHandler in xj3d.filter.importer
Methods in xj3d.filter.importer with parameters of type ErrorHandlerModifier and TypeMethodDescriptionvoid
AC3DFileParser.setErrorHandler
(ErrorHandler eh) Set the error handler instance.void
STLFileParser.setErrorHandler
(ErrorHandler eh) Set the error handler instance. -
Uses of ErrorHandler in xj3d.filter.importer.collada
Methods in xj3d.filter.importer.collada with parameters of type ErrorHandlerModifier and TypeMethodDescriptionvoid
ColladaFileParser.setErrorHandler
(ErrorHandler eh) Set the error handler instance. -
Uses of ErrorHandler in xj3d.filter.importer.threemf
Methods in xj3d.filter.importer.threemf with parameters of type ErrorHandlerModifier and TypeMethodDescriptionvoid
ThreeMFFileParser.setErrorHandler
(ErrorHandler eh) Set the error handler instance.