Package org.spdx.maven.utils
Class SpdxBuilderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.maven.plugin.AbstractMojoExecutionException
org.apache.maven.plugin.MojoExecutionException
org.spdx.maven.utils.SpdxBuilderException
- All Implemented Interfaces:
Serializable
public class SpdxBuilderException
extends org.apache.maven.plugin.MojoExecutionException
Exceptions relating to the building of SPDX Documents
- Author:
- Gary O'Neall
- See Also:
-
Field Summary
Fields inherited from class org.apache.maven.plugin.AbstractMojoExecutionException
longMessage, source
-
Constructor Summary
ConstructorsConstructorDescriptionSpdxBuilderException
(String message) SpdxBuilderException
(String message, Throwable cause) -
Method Summary
Methods inherited from class org.apache.maven.plugin.AbstractMojoExecutionException
getLongMessage, getSource
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SpdxBuilderException
- Parameters:
message
- message
-
SpdxBuilderException
- Parameters:
message
- messagecause
- inner exception
-