Package com.openinventor.inventor.errors
Class SoLibraryError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Error
-
- com.openinventor.inventor.errors.SoInventorError
-
- com.openinventor.inventor.errors.SoLibraryError
-
- All Implemented Interfaces:
java.io.Serializable
public class SoLibraryError extends SoInventorError
This Error is thrown when the application fails to load the specific platform library named "oivjava" (liboivjava.so, oivjava.dll, liboivjava.sl,...). This library allows the application to manipulate specific platform opengl functionnalities.- Version:
- 3.5.1.1
- Author:
- Loic Vigneras, Patrick Vigneras
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SoLibraryError()
SoLibraryError(java.lang.String s)
-