Package org.spdx.rdfparser
Class NonNumericLicenseIdException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.spdx.rdfparser.InvalidSPDXAnalysisException
org.spdx.rdfparser.NonNumericLicenseIdException
- All Implemented Interfaces:
Serializable
public class NonNumericLicenseIdException extends InvalidSPDXAnalysisException
Exception for non standard license IDs where a numeric value is expected and
no numeric value is found
- Author:
- Gary O'Neall
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description NonNumericLicenseIdException(String msg)NonNumericLicenseIdException(String msg, Exception 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
-
NonNumericLicenseIdException
- Parameters:
msg-
-
NonNumericLicenseIdException
-