Package org.spdx.spdx_to_osv
Class SwhException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.spdx.spdx_to_osv.SwhException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
SwhApiException,SwhResourceNotFoundException
public class SwhException extends Exception
Exceptions related to the processing of Software Heritage
- Author:
- Gary O'Neall
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description SwhException()SwhException(String arg0)SwhException(String arg0, Throwable arg1)SwhException(String arg0, Throwable arg1, boolean arg2, boolean arg3)SwhException(Throwable arg0) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SwhException
public SwhException() -
SwhException
- Parameters:
arg0-
-
SwhException
- Parameters:
arg0-
-
SwhException
- Parameters:
arg0-arg1-
-
SwhException
- Parameters:
arg0-arg1-arg2-arg3-
-