public class LicenseManagerException extends IMSLRuntimeException
A LicenseManagerException exception is thrown if
a license to use the product cannot be obtained.
Either a LicenseManagerException exception will be thrown or
a ExceptionInInitializerError exception will be thrown
with LicenseManagerException as the cause.
The behavior of the license manager is controlled by the following system properties.
| Property | Value | Meaning |
| com.imsl.license.path | License file path |
A location in your installation hierarchy which indicates
the expected license file location.
Default is imsl_eval.dat.
|
| com.imsl.license.popup | "true" or "false" |
If "true", use a dialog box to show any
license manager errors.
If "false", errors only result in this exception being thrown.
Default is to use a popup.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getErrorNumber()
Returns the error number for this exception.
|
String |
getFeature()
Returns the name of the feature that could not be licensed.
|
String |
getLicensePath()
Returns the license file path for this exception.
|
String |
getLocalizedMessage()
Returns the localized error message for this exception.
|
addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic int getErrorNumber()
public String getFeature()
public String getLicensePath()
public String getLocalizedMessage()
getLocalizedMessage in class ThrowableCopyright © 1970-2015 Rogue Wave Software
Built June 18 2015.