Package com.openinventor.inventor.errors
Class SoReadError
java.lang.Object
com.openinventor.inventor.Inventor
com.openinventor.inventor.errors.SoError
com.openinventor.inventor.errors.SoReadError
Read error handling.
See
SoReadError
is used for errors reported while reading files. See
SoError
for full discussion of error handling in Open Inventor.
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class com.openinventor.inventor.Inventor
Inventor.ConstructorCommand
-
Field Summary
Fields inherited from class com.openinventor.inventor.Inventor
VERBOSE_LEVEL, ZeroHandle
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
Posts an error.static void
Sets the handler for SoReadError class.Methods inherited from class com.openinventor.inventor.errors.SoError
getDebugString, post, setHandlerCallback
Methods inherited from class com.openinventor.inventor.Inventor
dispose, getNativeResourceHandle
-
Constructor Details
-
SoReadError
public SoReadError()Default constructor.
-
-
Method Details
-
setHandlerCallback
Sets the handler for SoReadError class. -
post
Posts an error.
-