Package com.openinventor.inventor.errors
Class SoReadError
- java.lang.Object
-
- com.openinventor.inventor.Inventor
-
- com.openinventor.inventor.errors.SoError
-
- com.openinventor.inventor.errors.SoReadError
-
public class SoReadError extends SoError
Read error handling.SoReadError
is used for errors reported while reading files.
SeeSoError
for full discussion of error handling in Open Inventor.- See Also:
SoDebugError
,SoMemoryError
,SoGLError
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
SoReadError.Handler
-
Nested 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 Constructor Description SoReadError()
Default constructor.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
post(SoInput in, java.lang.String formatString)
Posts an error.static void
setHandlerCallback(SoReadError.Handler h)
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
-
-
-
-
Method Detail
-
setHandlerCallback
public static void setHandlerCallback(SoReadError.Handler h)
Sets the handler for SoReadError class.
-
post
public static void post(SoInput in, java.lang.String formatString)
Posts an error.
-
-