Package org.spdx.tools
Class SpdxVerificationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.spdx.tools.SpdxVerificationException
- All Implemented Interfaces:
Serializable
public class SpdxVerificationException extends Exception
- Author:
- Gary O'Neall
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description SpdxVerificationException(String msg)SpdxVerificationException(String msg, Throwable inner)SpdxVerificationException(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
-
SpdxVerificationException
- Parameters:
msg-
-
SpdxVerificationException
- Parameters:
inner-
-
SpdxVerificationException
- Parameters:
arg0-arg1-
-