Package com.openinventor.inventor.errors
Class SoInventorError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Error
-
- com.openinventor.inventor.errors.SoInventorError
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
SoInternalError
,SoLibraryError
,SoLicenseError
public abstract class SoInventorError extends java.lang.Error
Abstract base class for internal inventor errors.- Version:
- 3.5.1.1
- Author:
- Loic Vigneras, Patrick Vigneras
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SoInventorError()
SoInventorError(java.lang.String s)
-