Class InvalidLicenseStringException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.spdx.core.InvalidSPDXAnalysisException
-
- org.spdx.library.model.v2.license.InvalidLicenseStringException
-
- All Implemented Interfaces:
Serializable
public class InvalidLicenseStringException extends org.spdx.core.InvalidSPDXAnalysisException
Exception thrown when an invalid license string is encountered.- Author:
- Gary O'Neall
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidLicenseStringException(String message)
InvalidLicenseStringException(String message, Throwable inner)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-