Package org.spdx.maven.utils
Class LicenseMapperException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.spdx.maven.utils.LicenseMapperException
- All Implemented Interfaces:
Serializable
Errors related to mapping Maven licenses to SPDX licenses
- Author:
- Gary O'Neall
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionLicenseMapperException
(String message) LicenseMapperException
(String message, Throwable cause) LicenseMapperException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
LicenseMapperException
public LicenseMapperException() -
LicenseMapperException
- Parameters:
message
- message
-
LicenseMapperException
- Parameters:
cause
- inner exception
-
LicenseMapperException
- Parameters:
message
- messagecause
- inner exception
-