Skip to content

Commit 640ef1e

Browse files
committed
deploy: 0230dc2
1 parent c2e8b60 commit 640ef1e

4 files changed

Lines changed: 3 additions & 1 deletion

File tree

member-search-index.zip

0 Bytes
Binary file not shown.

org/spdx/library/LicenseInfoFactory.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,8 @@ <h4>parseSPDXLicenseStringCompatV2</h4>
488488
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>&nbsp;documentUri,
489489
<a href="https://docs.oracle.com/javase/8/docs/api/javax/annotation/Nullable.html?is-external=true" title="class or interface in javax.annotation" class="externalLink">@Nullable</a>
490490
org.spdx.core.IModelCopyManager&nbsp;copyManager)
491-
throws org.spdx.core.DefaultStoreNotInitializedException</pre>
491+
throws org.spdx.library.model.v2.license.InvalidLicenseStringException,
492+
org.spdx.core.DefaultStoreNotInitializedException</pre>
492493
<div class="block">Parses a license string and converts it into a SPDXLicenseInfo object
493494
Syntax - A license set must start and end with a parenthesis "("
494495
A conjunctive license set will have and AND after the first
@@ -512,6 +513,7 @@ <h4>parseSPDXLicenseStringCompatV2</h4>
512513
<dd>an SPDXLicenseInfo created from the string. If the license expression is not parseable, a <code>InvalidLicenseExpression</code> is returned.</dd>
513514
<dt><span class="throwsLabel">Throws:</span></dt>
514515
<dd><code>org.spdx.core.DefaultStoreNotInitializedException</code> - if the default model store is not initialized</dd>
516+
<dd><code>org.spdx.library.model.v2.license.InvalidLicenseStringException</code></dd>
515517
</dl>
516518
</li>
517519
</ul>

package-search-index.zip

0 Bytes
Binary file not shown.

type-search-index.zip

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)