We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65c57fd commit e02c365Copy full SHA for e02c365
src/main/java/org/spdx/library/LicenseInfoFactory.java
@@ -111,7 +111,7 @@ public static org.spdx.library.model.v2.license.AnyLicenseInfo parseSPDXLicenseS
111
} catch (LicenseParserException e) {
112
throw new InvalidLicenseStringException(e.getMessage(),e);
113
} catch (InvalidSPDXAnalysisException e) {
114
- throw new InvalidLicenseStringException("Unexpected SPDX error parsing license string");
+ throw new InvalidLicenseStringException("Unexpected SPDX error parsing license string", e);
115
}
116
117
0 commit comments