Uses of Class
org.spdx.library.model.v2.license.LicenseException
-
Packages that use LicenseException Package Description org.spdx.library.model.v2.license Model for the SPDX version 2 license related objects -
-
Uses of LicenseException in org.spdx.library.model.v2.license
Subclasses of LicenseException in org.spdx.library.model.v2.license Modifier and Type Class Description class
ListedLicenseException
Represents a License Exception present on the SPDX License ListMethods in org.spdx.library.model.v2.license that return LicenseException Modifier and Type Method Description LicenseException
WithExceptionOperator. getException()
Methods in org.spdx.library.model.v2.license with parameters of type LicenseException Modifier and Type Method Description void
WithExceptionOperator. setException(LicenseException exception)
Constructors in org.spdx.library.model.v2.license with parameters of type LicenseException Constructor Description WithExceptionOperator(AnyLicenseInfo license, LicenseException exception)
-