Package org.spdx.maven.utils
Class SpdxSourceParserException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.spdx.maven.utils.SpdxSourceParserException
- All Implemented Interfaces:
Serializable
Exceptions related to parsing source files for SPDX identifiers
- Author:
- Gary O'Neall
- See Also:
-
Constructor Summary
ConstructorDescriptionSpdxSourceParserException
(String arg0, Throwable arg1) SpdxSourceParserException
(String arg0, Throwable arg1, boolean arg2, boolean arg3) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SpdxSourceParserException
- Parameters:
arg0
-
-
SpdxSourceParserException
- Parameters:
arg0
-
-
SpdxSourceParserException
- Parameters:
arg0
-arg1
-
-
SpdxSourceParserException
- Parameters:
arg0
-arg1
-arg2
-arg3
-
-