Package org.spdx.rdfparser.license
Class NoListedLicenseRdfModel
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.spdx.rdfparser.InvalidSPDXAnalysisException
org.spdx.rdfparser.license.NoListedLicenseRdfModel
- All Implemented Interfaces:
Serializable
public class NoListedLicenseRdfModel extends InvalidSPDXAnalysisException
- Author:
- Gary O'Neall
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description NoListedLicenseRdfModel(String msg)NoListedLicenseRdfModel(String msg, Throwable inner) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoListedLicenseRdfModel
- Parameters:
msg-
-
NoListedLicenseRdfModel
- Parameters:
msg-inner-
-