Package com.openinventor.inventor.errors
Class SoLicenseError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Error
-
- com.openinventor.inventor.errors.SoInventorError
-
- com.openinventor.inventor.errors.SoLicenseError
-
- All Implemented Interfaces:
java.io.Serializable
public class SoLicenseError extends SoInventorError
This Error is thrown when a license check fails.A license check fails when the license is no more valid.
Note also that catching this error won't allow to keep Inventor working.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SoLicenseError()
SoLicenseError(java.lang.String s)
-