Package org.spdx.spdxspreadsheet
Class InvalidLicenseStringException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.spdx.spdxspreadsheet.SpreadsheetException
org.spdx.spdxspreadsheet.InvalidLicenseStringException
- All Implemented Interfaces:
Serializable
public class InvalidLicenseStringException extends SpreadsheetException
Exceptions related to License Strings stored in the spreadsheet. Typically
these are parsine exceptions.
- 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