public class InsufficientLicenseException extends RuntimeException
loaded license file
.feature
that is
not enabled in the license file
registered with the library.An example of the latter is: if the registered license file
doesn't enable the PDF.Feature.Forms
feature, Document.getFormData()
will throw an InsufficientLicenseException
.
You can use PDF.hasFeature(com.snowtide.PDF.Feature)
to determine at runtime whether a
particular feature
is enabled.
Constructor and Description |
---|
InsufficientLicenseException(String msg) |
public InsufficientLicenseException(String msg)