You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<ahref="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> documentUri,
489
489
<ahref="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>
<dd>an SPDXLicenseInfo created from the string. If the license expression is not parseable, a <code>InvalidLicenseExpression</code> is returned.</dd>
513
514
<dt><spanclass="throwsLabel">Throws:</span></dt>
514
515
<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> - no longer used, a <code>InvalidLicenseExpression</code> is returned on parsing errors - retained for compatibility in the method signature</dd>
<ahref="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>
534
536
<ahref="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util" class="externalLink">List</a><org.spdx.library.model.v3_0_1.core.DictionaryEntry> customIdToUri)
<dd><code>org.spdx.library.model.v2.license.InvalidLicenseStringException</code> - no longer used, a <code>InvalidLicenseExpression</code> is returned on parsing errors - retained for compatibility in the method signature</dd>
0 commit comments